user7289
user7289

Reputation: 34328

Autocomplete and Solr

I am trying to build an auto complete using Solr (TermsComponent) and Rails. Now there are several options of doing this using jRails, 'plain' jQuery, autocomplete plugin etc.

What is the best way to do this? Are there any good tutorial for this?

Thanks in advance for any help.

Upvotes: 2

Views: 3681

Answers (1)

Barakat
Barakat

Reputation: 207

I recommend jquery ui autocomplete its easy to implement and fully customizable you can find example for remote data source here

Upvotes: 2

Related Questions