Skip to content
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

fix: add unaccent to search #110

Merged
merged 1 commit into from
Mar 5, 2025
Merged

fix: add unaccent to search #110

merged 1 commit into from
Mar 5, 2025

Conversation

sennierer
Copy link
Contributor

adds a generic filter method that takes either all text based
fields or those defined in _default_search_fields and adds
them to a search combined by OR using unaccent. Also adds
unaccent to the default text filters.

resolves #109

adds a generic filter method that takes either all text based
fields or those defined in _default_search_fields and adds
them to a search combined by OR using unaccent. Also adds
`unaccent` to the default text filters.

resolves #109
@sennierer sennierer linked an issue Mar 5, 2025 that may be closed by this pull request
@sennierer sennierer merged commit ddb6570 into main Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use unaccent for search
1 participant