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

Master #66

Merged
merged 7 commits into from
Dec 11, 2024
Merged

Master #66

merged 7 commits into from
Dec 11, 2024

Conversation

ltclm
Copy link
Contributor

@ltclm ltclm commented Dec 11, 2024

No description provided.

ltclm and others added 7 commits December 9, 2024 08:15
when searching in the metaphone index a simple searchText is sufficient,
there is no need for all the wildcard variants.

digit/text combinations will be expanded to (digit|digit/text) for a
better support of typos.

p.e.
['seestrasse', '78b', 'uster'] will be converted into
@detail seestrasse (78|78b) uster

the quorum operator will be used for the support of fuzzy matching. as a
starting value the quorum operor is matching documents with 70% overlap
( 70% of the search text keywords are present in the document )
not adding any fuzziness. That's why with only one keyword with a
minimal Length we start trimming the word character by character and add
these substrings to the final Querytext
PB-1167: fix issues / improve fuzzy search with quorum operator - #patch
@ltclm ltclm requested review from rebert and ltshb December 11, 2024 09:45
Copy link
Contributor

@rebert rebert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot

@ltclm ltclm merged commit 7627795 into develop Dec 11, 2024
4 checks passed
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.

2 participants