deitch/searchjs

Fuzzy search

oskarkrawczyk opened this issue · 1 comments

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.

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?