Hi there.
I've been using the search404 module with apachesolr and it works great. The only issue is, that when a 404 search is performed and there are no results, the text which is displayed uses drupals own 'no results' text (e.g. the one about blue smurfs).
When doing a search with apachesolr, the apachesolr_search module uses it's own different 'no results' text, returned by the apachesolr_search_noresults() function in the apachesolr_search.module file. For consistency to users, it would be better to display this 'no results' text is a solr search is performed.

I have included a patch against 6.x-1.10 to add this functionality, and I hope it can be integrated into the next version.

Thanks very much.

Comments

grahamgilchrist’s picture

StatusFileSize
new724 bytes

resubmitting because of line formatting issues with first patch

zyxware’s picture

Version: 6.x-1.10 » 6.x-1.x-dev
Status: Needs review » Fixed

Thanks. Committed and pushed to latest dev branch.

grahamgilchrist’s picture

StatusFileSize
new718 bytes

Cheers.

Any ideas when the next version might be released?

zyxware’s picture

Can you please see if the latest dev version works for you correctly?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.