-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searching for word only works if put inside "" #531
Comments
Hi @DagW, Thanks for raising this issue. In your content, is |
" trello " would be a word by itself, with spaces around it. |
After a deeper dive it looks like there were some indexing issues when words are at the start of a line or when after tabs. I've updated the indexing to be smarter, Will be part of the next bugfix release (Hopefully deploying sometime this weekend). Let me know after the update if this does not fix your issues and I'll re-open this. |
Hi @ssddanbrown, I'm running the v0.18.3, and still seem to encounter this (or a very similar) problem. I prefix page titles with words surrounded by brackets like [TRELLO], but can only find them when the said word is searched with quotes. |
@yapret Thanks for raising, Just about to deploy a release that splits on more characters include brackets. After updating to v0.18.4 you'll need to regenerate the search index to see the effects: php artisan bookstack:regenerate-search |
For Bug Reports
I added some text about trello,
tried to search for 'trello' -> No matches
tried to search for '"trello"' -> 1 match
Expected Behavior
To find the trello word without qoutes
Actual Behavior
Did not find the word
The text was updated successfully, but these errors were encountered: