generated from geoadmin/template-service-flask
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PB-1167: create a custom query string for the fuzzy search
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 )
- Loading branch information
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters