You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and a bloodhound config with matchAnyQueryToken: true
If a user searches defense policy in a typeahead.js or the developer implements a lookup in code via. Bloodhound#search(...), either will results in 0 matches; 2 would be expected if I understand this option correctly.
The text was updated successfully, but these errors were encountered:
Been a long time since matchAnyQueryToken was added, but it doesn't seem to work as advertised. Given a dataset that contains entries such as:
and a bloodhound config with
matchAnyQueryToken: true
If a user searches
defense policy
in a typeahead.js or the developer implements a lookup in code via.Bloodhound#search(...)
, either will results in 0 matches; 2 would be expected if I understand this option correctly.The text was updated successfully, but these errors were encountered: