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
I use Typeahead with mysql database (LIKE query). So when I type "Sou Ca" php make query "WHERE (name LIKE '%Sou%') AND (name LIKE '%Ca%')", mysql return "South Carolina". In source function there are process(['South Carolina']). But nothing appear, because typeahead value and items in process not match.
I replace 'matcher', but want to make its default if 'source' is function.
The text was updated successfully, but these errors were encountered:
I use Typeahead with mysql database (LIKE query). So when I type "Sou Ca" php make query "WHERE (name LIKE '%Sou%') AND (name LIKE '%Ca%')", mysql return "South Carolina". In source function there are process(['South Carolina']). But nothing appear, because typeahead value and items in process not match.
I replace 'matcher', but want to make its default if 'source' is function.
The text was updated successfully, but these errors were encountered: