Closed (duplicate)
Project:
Apache Solr Autocomplete
Version:
7.x-1.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2012 at 16:14 UTC
Updated:
27 Oct 2015 at 18:55 UTC
Jump to comment: Most recent
Comments
Comment #1
cilefen commentedThis module normally adds autocomplete to the normal search block as soon as it is enabled. Have you tested solr to be sure it is working for normal searches?
Comment #2
mindbat commentedYes, Solr is working for normal searches.
I don't see any errors in the logs from this module, even though it doesn't seem to be doing anything, which is part of my confusion.
Comment #3
tsmith512 commentedAre you using Apachesolr Panels? Presently, this module will not affect apachesolr_panels_search_form or apachesolr_panels_search_block. There's a patch in the works #1491860: Add support for apachesolr_panels if that is part of your issue.
Comment #4
mindbat commentedThanks for the suggestion; however, I'm not currently using ApacheSolr Panels.
Comment #5
joeeastham commentedI found myself in a similar situation to the OP and discovered that I was using a custom search page, instead of the standard page or search block. The patch at http://drupal.org/node/1444038#comment-6703600 added autocomplete to my custom page. Bear in mind that this patch introduces a new error message that I'm trying to work through.
Unless this patch will be rolled into a near future release, I'd suggest a note about custom search pages on the module page and in README.txt. Otherwise, thanks a ton for this module. Saved my bacon.
Comment #6
janusman commentedDuplicate of #1444038: Autocomplete for custom search pages and #1491860: Add support for apachesolr_panels