Skip to content

Conversation

ltclm
Copy link
Contributor

@ltclm ltclm commented Dec 6, 2024

for fuzzy search requests we will set:

  • enable_wildcards = 1
  • wordforms = /dev/null

wordforms do not make sense with metaphone morphology. if wordforms are applied on a keyword, the metaphone code won't be build

with the improved fuzzy search in the wsgi app, the keywords will not be prefixed and suffixed with wildcards. we can enable wildcard expansion on all meptahone / fuzzy search indexes

@github-actions github-actions bot added the bug label Dec 6, 2024
@github-actions github-actions bot added this to the 2024-12-18 milestone Dec 6, 2024
@ltclm ltclm changed the base branch from develop-2024-12-18 to master December 6, 2024 21:14
@github-actions github-actions bot removed this from the 2024-12-18 milestone Dec 6, 2024
@ltclm ltclm changed the base branch from master to develop-2024-12-18 December 6, 2024 21:23
@github-actions github-actions bot added this to the 2024-12-18 milestone Dec 6, 2024
charachters, that's why we have to auomtaically expand keywords on index
generation
@ltclm ltclm force-pushed the fix_PB-1167_fuzzy_search branch from dd9ccf8 to e362bd1 Compare December 6, 2024 21:26
@ltclm ltclm changed the base branch from develop-2024-12-18 to master December 6, 2024 21:48
@github-actions github-actions bot removed this from the 2024-12-18 milestone Dec 6, 2024
@ltclm ltclm force-pushed the fix_PB-1167_fuzzy_search branch 3 times, most recently from e6b297a to c352551 Compare December 9, 2024 12:57
@ltclm ltclm force-pushed the fix_PB-1167_fuzzy_search branch from c352551 to d7991cd Compare December 9, 2024 13:04
the fuzzy string search Text will be built without wildcards by the wsgi
application. we have to enable automated wildcard expansion for infix
matches in the index configuration
@ltclm ltclm changed the title PB-1167: the query text for fuzzy search will be built without * PB-1167: improve fuzzy search index configuration Dec 9, 2024
@ltclm ltclm requested review from faselm and rebert December 9, 2024 16:00
@ltclm ltclm merged commit f33dade into master Dec 10, 2024
13 checks passed
@ltclm ltclm deleted the fix_PB-1167_fuzzy_search branch December 10, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants