You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also in fact currently these * wildcards are considered normal characters and it would search for a literal *keyword*, which most likely won't result in any search results
@eemhu If the goal is to disable bloom completely if a wildcard is used, instead of bloom.withoutFilters use the bloom.enabled option set to false. withoutFilter option limits archive files to those that don't have a generated bloom filter so you could miss some wildcard matches. I assume in a wildcard search the presence of a bloom filter should not have any effect in search results.
Describe the bug
Wildcards in keyword slows down the search tremendously.
Expected behavior
The search time should be endurable even with wildcards.
How to reproduce
Following query takes forever:
Versus this query is quite quick:
Screenshots
Software version
pth_07 5.17.0
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: