Skip to content
Snippets Groups Projects
Commit 34362a7c authored by Thibault Libioulle's avatar Thibault Libioulle Committed by Romain Derie
Browse files

[FIX] website: fix matching of search term and fuzzy term


Prior to this commit, when a user searches with an upper case search
term of more than 3 characters, the search was considered as a fuzzy
search even if the result was an exact match.

Since the search is always lowered when there are more than 3
characters, the search is considered as fuzzy only when the search and
fuzzy term are case insensitively distinct.

closes odoo/odoo#84433

Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent b80220a6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment