I installed the Apache SOLR autocomplete module and it seems to work from a couple of tests I have run thus far. My main concern is that autocomplete wheel continuously spins even with no text input. I thought it had something to do with Jquery so I installed the 1491068-jquery-autocomplete-collision-fix.patch patch but that did not resolve the problem.

I have included a screenshoot of my issue.

My config

Drupal 7.22
JQuery 1.8
Apache SOLR Autocomplete 7.x-1.x-dev
Apache Solr Search Integration 7.x-1.x-dev

Any suggestions would be appreciated.

CommentFileSizeAuthor
autocomplete.gif6.76 KBjustluvgod

Comments

benjamin_dk’s picture

I had a similar problem with the Search_autocomplete module - I ended up concluding that it is a CSS issue - because the height of the search field is too big, the throbber.gif is displaying the animation that is supposed to be shown only when actively loading stuff...

janusman’s picture

Status: Active » Closed (works as designed)

#1 is correct, this is a CSS issue; you'd need to create your own throbber image and CSS override if you definitely need a larger input box.

justluvgod’s picture

will give it a try