Open
Description
Say I have a data source that yields results even a partial word is entered. For example, I entered FO B
, the data source will yield FOO BAR
but it will not be show because FOO BAR
doesn't contain (default string filter (contains)) FO B
. It would be really nice to have an option to disable it.