Problem/Motivation
Currently $url parameter coming from search_api_solr is wrongly overwritten in search_api_acquia module in function adjustUrl($url)
Query inside $url has multiple `qf` parameters example: &qf=content%5E1.0&qf=tm_title%5E5.0 which is overriden to single `qf` parameter like: &qf=tm_title%5E5.0. As a result value gets searched only in `tm_title` field inside solr.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | search_api_acquia-fix_multiple_qf_param-3233556-2.patch | 953 bytes | n4r3n |
Comments
Comment #2
n4r3nHere is the patch to fix the issue.
Comment #3
n4r3nComment #4
japerryWe need to verify this is working on Both Solr 3/4 and Solr 7 before committing.
Comment #6
japerryWorking for me in Solr 3/4.