Skip to content

Query with fuzzy matching on a field #10

Description

@rbkreisberg

Can there be a way to search a field in a collection/table for a substring?

Use case:

Autocomplete widget
It is representing a column in a 600,000 row table
If the user types "chor" in the widget, then a query would be sent to Addama requesting all rows in the table that have a matching string in the requested field.

eg.
feature_matrix?name=[chor]&type=CLIN

This substring would need to be searched against the entire string, not just the beginning of the string.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions