0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-14 08:48:32 +00:00
BookStackApp_BookStack/tests/Search
Dan Brown f4449928f8
Searching: Added custom tokenizer that considers soft delimiters.
This changes indexing so that a.b now indexes as "a", "b" AND "a.b"
instead of just the first two, for periods and hypens, so terms
containing those characters can be searched within.

Adds hypens as a delimiter - 
2025-02-14 19:01:51 +00:00
..
EntitySearchTest.php Searching: Split out search tests into their own dir 2025-02-14 13:24:39 +00:00
SearchIndexingTest.php Searching: Added custom tokenizer that considers soft delimiters. 2025-02-14 19:01:51 +00:00
SearchOptionsTest.php Searching: Split out search tests into their own dir 2025-02-14 13:24:39 +00:00
SiblingSearchTest.php Searching: Split out search tests into their own dir 2025-02-14 13:24:39 +00:00