Closed prasmussen15 closed 1 month ago
[!IMPORTANT] Remove fuzzy query from fulltext_query() in search_utils.py to prevent errors with large queries. Behavior: Removed fuzzy query component from fulltext_query() in search_utils.py. Simplifies query by using lucene_sanitize(query) instead of lucene_sanitize(query) + '~'. Functions: fulltext_query() no longer appends ~ to the sanitized query string. Misc: Update version in pyproject.toml from 0.3.11 to 0.3.12. This description was created by for 62c974604ac03421805cdbb9edd1525c9cb3adc9. It will automatically update as commits are pushed.
[!IMPORTANT] Remove fuzzy query from fulltext_query() in search_utils.py to prevent errors with large queries.
fulltext_query()
search_utils.py
lucene_sanitize(query)
lucene_sanitize(query) + '~'
~
pyproject.toml
0.3.11
0.3.12
This description was created by for 62c974604ac03421805cdbb9edd1525c9cb3adc9. It will automatically update as commits are pushed.