Closed (fixed)
Project:
Sarnia
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2012 at 22:34 UTC
Updated:
3 Mar 2016 at 22:34 UTC
Jump to comment: Most recent
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
Comment #1
lampson commentedYes, 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
Comment #2
becw commentedI haven't tried this, but if @lampson has tried it and it works, then cool!
Comment #4
fengtanI 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.