Fuzzy search
oskarkrawczyk opened this issue · 1 comments
oskarkrawczyk commented
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 commented
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?