0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-17 10:02:38 +00:00
BookStackApp_BookStack/app
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
..
Access Framework: Performed Laravel 11 upgrade guide steps 2025-01-11 11:14:49 +00:00
Activity Sorting: Renamed sort set to sort rule 2025-02-11 14:36:25 +00:00
Api Search API: Updated handling of parent detail, added testing 2024-12-03 13:51:46 +00:00
App Sorting: Extracted URL sort helper to own class 2025-01-29 17:02:34 +00:00
Config Framework: Performed Laravel 11 upgrade guide steps 2025-01-11 11:14:49 +00:00
Console Sorting: Updated sort set command, Changed sort timestamp handling 2025-02-11 15:29:16 +00:00
Entities Sorting: Renamed sort set to sort rule 2025-02-11 14:36:25 +00:00
Exceptions Auth: Added specific guards against guest account login 2024-12-11 14:22:48 +00:00
Exports Themes: Added route to serve public theme files 2025-01-13 14:34:44 +00:00
Facades Played around with a new app structure 2023-05-17 17:56:55 +01:00
Http Themes: Added testing and better mime sniffing for public serving 2025-01-13 16:51:07 +00:00
Permissions Queries: Moved out or removed some class-level items 2024-02-07 22:41:45 +00:00
References ZIP Exports: Added detection/handling of images with external storage 2024-11-26 15:59:39 +00:00
Search Searching: Added custom tokenizer that considers soft delimiters. 2025-02-14 19:01:51 +00:00
Settings Settings: Added test to cover setting category by view 2024-10-11 13:33:07 +01:00
Sorting Sorting: Updated sort set command, Changed sort timestamp handling 2025-02-11 15:29:16 +00:00
Theming Themes: Added route to serve public theme files 2025-01-13 14:34:44 +00:00
Translation Locales: Updated locale list with new languages 2024-12-23 11:27:58 +00:00
Uploads Themes: Added route to serve public theme files 2025-01-13 14:34:44 +00:00
Users Users: Changed name validation to min:1 instead of 2 2024-10-15 11:07:41 +01:00
Util Themes: Added testing and better mime sniffing for public serving 2025-01-13 16:51:07 +00:00