From: Banana Date: Sat, 3 Feb 2024 19:21:02 +0000 (+0100) Subject: adding some search notes X-Git-Tag: 1.6~2 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=0b7587ec6a3908c375b3efc621d562da716b7ce2;p=bibliotheca-php.git adding some search notes --- diff --git a/documentation/search.txt b/documentation/search.txt new file mode 100644 index 0000000..02765b9 --- /dev/null +++ b/documentation/search.txt @@ -0,0 +1,14 @@ +# Basic search +It works on the defined default search field for each collection. +The field will be searched with the mysql full text search. + +# Adwanced search +It combines the mysql full text search with some added functionality as described in the +advanced search view. + +# Search limitations +The search is a mysql full text search. +This has some limitations. Noticable will be the stopwords. Like searching for "what" will return nothing. +https://dev.mysql.com/doc/refman/8.0/en/fulltext-search.html +https://dev.mysql.com/doc/refman/8.0/en/fulltext-stopwords.html +https://dev.mysql.com/doc/refman/8.0/en/fulltext-restrictions.html