Manoj Sreekumar
Manoj Sreekumar

Reputation: 738

Live search using Symfony2

I am creating a symfony2 project where I have a User table. I have to create a search box which shows suggestions while the user types in the name. And the user should only be able to select from the suggestion...Is Jquery Autocomplete the best way to achieve this..Is there any other efficient way that i can do this? Im using a MySQL DB..

Upvotes: 0

Views: 1022

Answers (1)

Geert Wille
Geert Wille

Reputation: 1654

I think the best way of doing this is using the GenemuFormBundle I recently used it for the same purposes and it works great and is easy to integrate.

Upvotes: 1

Related Questions