Closed (fixed)
Project:
Search 404
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Mar 2012 at 19:03 UTC
Updated:
15 Jul 2012 at 18:51 UTC
Jump to comment: Most recent file
I'm using the beta 16 version of the apachesolr module and found that the search404 module would not return any results.
I traced it down to apachesolr's apachesolr_search_search_page_custom function now returning a different structure for the search results when called from $results = search_data($keys, $type_search);
The attached patch addresses this issue, and should also be backwards compatible with the previous apachesolr versions.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | no_results_apachesolr-1467982-1.patch | 848 bytes | dwkitchen |
| no_results_apachesolr-1.patch | 920 bytes | drasgardian |
Comments
Comment #1
dwkitchen commentedRevised patch to work from module directory so I can include it in a make file
Comment #2
zyxware commented@drasgardian - Thanks for the patch. This has been applied in the 7.x-1.x branch.