Skip to content

Prevent performances issue with unaccent fuzzy query#90

Open
fabienheureux wants to merge 1 commit intowagtail:mainfrom
fabienheureux:fix-performances-issues-with-unaccent
Open

Prevent performances issue with unaccent fuzzy query#90
fabienheureux wants to merge 1 commit intowagtail:mainfrom
fabienheureux:fix-performances-issues-with-unaccent

Conversation

@fabienheureux
Copy link
Copy Markdown
Member

@fabienheureux fabienheureux commented Mar 26, 2026

Follows #65 that not properly implemented the unaccent feature

Description

the unaccent implementation was done on a trial and error basis but was not properly applied to the whole PR.
It caused an issue with a postgres function being evaluated on each rows in the query because of the annotation.

This fixes that :)

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.

1 participant