From 0b7587ec6a3908c375b3efc621d562da716b7ce2 Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 3 Feb 2024 20:21:02 +0100 Subject: [PATCH] adding some search notes --- documentation/search.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 documentation/search.txt 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 -- 2.39.5