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

Fuzzy search #69

Open
oskarkrawczyk opened this issue Feb 27, 2020 · 1 comment
Open

Fuzzy search #69

oskarkrawczyk opened this issue Feb 27, 2020 · 1 comment

Comments

@oskarkrawczyk
Copy link

I find myself in a situation when my input is foo bar, and these two should both return two items:

[
  {
    "name": "fooing"
  },
  {
    "name": "baring"
  }
]

It would be awesome to have this as an option.

@deitch
Copy link
Owner

deitch commented Feb 28, 2020

Do you mind clarifying it? What is the input data set, and what kind of search are you looking for? Something that matches either foo or bar? For what field?

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

No branches or pull requests

2 participants