BookStack/app/Search
Dan Brown f77bb01b51
Search: Added further backslash handling
Added due to now not being able to perform an exact search where
contains a trailing backslash.
Now all backslashes in exact terms are consided escape chars
and require escaping themselves.
Potential breaking change due to search syntax handling change.

Related to #4535.
2023-09-23 13:41:10 +01:00
..
SearchApiController.php
SearchController.php
SearchIndex.php
SearchOptions.php Search: Added further backslash handling 2023-09-23 13:41:10 +01:00
SearchResultsFormatter.php
SearchRunner.php
SearchTerm.php