Looking through the code with Robert today - I realized that the code in apacesolr_search_execute() is totally insufficient to allow multiple modules to run their own searches. We shoudl refactor the code while preserving BC by giving modified function calls default params.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 759638-query-do-1.patch | 7.45 KB | pwolanin |
Comments
Comment #1
pwolanin commentedComment #2
robertdouglass commentedPeter, I like the approach. I'm also
secretlyhoping you'll roll it for 6.2 as well.Comment #3
pwolanin commentedunfortunately the patch doesn't apply cleanly to 6.x-2.x, so needs some manual porting.
committed to 6.x-1.x, but bears some testing.
Comment #4
jpmckinney commentedCommitted to 6-2 http://drupal.org/cvs?commit=361244
Do we need a D5 port?
Comment #5
pwolanin commentedprobably makes sense to port it there as well for consistency.
Comment #6
jpmckinney commentedCommitted to 5-2 http://drupal.org/cvs?commit=361652
Comment #7
david lesieur commentedI really like that. That's what I meant with #473536: Allow multiple queries per page request.