Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra matching check when source defined as function in Typeahead #8070

Closed
verybadbug opened this issue Jun 4, 2013 · 2 comments
Closed

Comments

@verybadbug
Copy link

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.

@mdo
Copy link
Member

mdo commented Jun 4, 2013

Typeahead has been removed in v3, so punting on this.

@mdo mdo closed this as completed Jun 4, 2013
@cvrebert
Copy link
Collaborator

cvrebert commented Jun 4, 2013

Details of removal: #7805

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants