-
-
Notifications
You must be signed in to change notification settings - Fork 471
Open
Labels
readyReady for implementationReady for implementationrestricted: maintainersOnly maintainers can resolve this issueOnly maintainers can resolve this issuetype: enhancementwork: backendRelated to Python, Django, and simple SQLRelated to Python, Django, and simple SQL
Milestone
Description
Current behavior
- The search_fuzzy algorithm awards points to records that contain the search string. If I search for "Jenn", a stored value of "Jennifer" will match.
Desired behavior
-
I want the matching to work the other way around too. If I search for "Jennifer", I want stored values like "Jenn" to be awarded some points as well.
Implementation
- We might want to play with the point values. Perhaps we bump up all the existing point values and bring in these new match types with lower values.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
readyReady for implementationReady for implementationrestricted: maintainersOnly maintainers can resolve this issueOnly maintainers can resolve this issuetype: enhancementwork: backendRelated to Python, Django, and simple SQLRelated to Python, Django, and simple SQL
