Skip to content

Use bidirectional substring matching within the Record Selector fuzzy search algorithm #1895

@seancolsen

Description

@seancolsen

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.

    image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions