Wildcards, and the rest of the Lucene syntax, isn't working.
I'm using acquia_connector 7.x-2.8, apachesolr 7.x-1.1.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | wildcards-1895694-1.patch | 771 bytes | __cj |
Wildcards, and the rest of the Lucene syntax, isn't working.
I'm using acquia_connector 7.x-2.8, apachesolr 7.x-1.1.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | wildcards-1895694-1.patch | 771 bytes | __cj |
Comments
Comment #1
__cj commentedI think this is because 'acquia_search_environment_connected' is passed an environment ID, not an environment objectis in acquia_search_apachesolr_query_alter. Therefore acquia_search_environment_connected returns false, and the query isn't altered for wildcards/lucene.
Patch attached.
Comment #2
__cj commentedOops.
Comment #3
nick_vhLooks good, thanks for the catch!
Comment #4
nick_vhSo, I tried to apply it but this was already fixed in the codebase :)