Hello,
I installed this module yesterday and think its great - really slick and makes the site really easy to use.
The only issue I've found is when you navigate to a search page - for example my taxonomy pages are handled by Solr and are listed in the menu.
The behaviour I'm seeing is the page loads as a normal page, then the Ajax kicks in, resubmits the seach clearing the page and displaying the spinner, then redisplays the same info that was sent by the page load again. This obviously seems a little unneccessary, but I'm not sure where to go about stopping it from occuring without disabling Ajax completely. #
Any thoughts?
Cheers,
Jonny
Comments
Comment #1
jason ruyle commentedWe are experiencing this effect as well. We had to add a display:none to the search result area, and then when it reloads the results, it then shows them.
For us, it only has to do with searching from a non-search results page. Once on the search results page, ours works correct. Make sure your blocks are registered with apache solr.
Comment #2
jpmckinney commentedThe module currently only works 100% on pages with paths like "search/apachesolr_". Taxonomy pages will not work perfectly.