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 Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
SearchController.php Search: Updated popular items query, load parent book for chapters/pages 2023-06-10 15:08:07 +01:00
SearchIndex.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
SearchOptions.php Search: Added further backslash handling 2023-09-23 13:41:10 +01:00
SearchResultsFormatter.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
SearchRunner.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
SearchTerm.php Played around with a new app structure 2023-05-17 17:56:55 +01:00