]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
adding some search notes
authorBanana <mail@bananas-playground.net>
Sat, 3 Feb 2024 19:21:02 +0000 (20:21 +0100)
committerBanana <mail@bananas-playground.net>
Sat, 3 Feb 2024 19:21:02 +0000 (20:21 +0100)
documentation/search.txt [new file with mode: 0644]

diff --git a/documentation/search.txt b/documentation/search.txt
new file mode 100644 (file)
index 0000000..02765b9
--- /dev/null
@@ -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