This patch will enable autocomplete on the apachesolr_panels search form.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

janusman’s picture

I'm a newb in ApacheSolr panels, I'd appreciate some guidance on how to set it up to test this patch and commit it quicker =)

8thom’s picture

3 Chapters have a recent blog post about how to setup apachesolr_panels :-

http://www.chapterthree.com/blog/david-needham/how-do-i-show-apache-solr...

tsmith512’s picture

I also ran into this issue, but it affects both the panels search form and the panels search block. This patch addresses both fields using the same approach 8thom used.

nuwanda’s picture

Version: 7.x-1.x-dev » 7.x-1.3

Having had the same issue patch #3 from tsmith512 worked for me.

sumachaa’s picture

Issue summary: View changes

Getting the below error

Warning: Missing argument 2 for apachesolr_autocomplete_do_alter(),
Warning: Missing argument 3 for apachesolr_autocomplete_do_alter(), 

Added a patch which should fix this issue here: https://www.drupal.org/node/2919074