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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | apachesolr_noresults.patch | 718 bytes | grahamgilchrist |
| #1 | apachesolr_noresults.patch | 724 bytes | grahamgilchrist |
| apachesolr_noresults.patch | 715 bytes | grahamgilchrist |
Comments
Comment #1
grahamgilchrist commentedresubmitting because of line formatting issues with first patch
Comment #2
zyxware commentedThanks. Committed and pushed to latest dev branch.
Comment #3
grahamgilchrist commentedCheers.
Any ideas when the next version might be released?
Comment #4
zyxware commentedCan you please see if the latest dev version works for you correctly?