Hi folks,

I am used to using the Apache Solr Autocomplete module when working with a Solr search integration for Drupal. Unfortunately the autocomplete module does not recognize Sarnia as a provider of Solr search services. Has anyone had a different solution/workaround for implementing auto complete into Sarnia?

Regards,
Mitch

Comments

lampson’s picture

Yes, I tried the Search API autocomplete with Sarnia and it works fine. There's also a patch to restrict what fields to be used with autocomplete but I haven't had a chance to try it out. Refer to: http://drupal.org/node/1422638

becw’s picture

Status: Active » Fixed

I haven't tried this, but if @lampson has tried it and it works, then cool!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

fengtan’s picture

Issue summary: View changes

I can confirm that search_api_autocomplete works out of the box with Sarnia - I just had to:
* enable the module
* enable+configure autocompletion on admin/config/search/search_api/index/<my-index>/autocomplete.

Pretty cool.