Add hook_luceneapi_query_rebuild() to API
cpliakas - November 8, 2009 - 19:18
| Project: | Search Lucene API |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | cpliakas |
| Status: | closed |
| Issue tags: | 6.x-2.0-beta4 |
Jump to:
Description
Because of how Zend query objects are constructed, some items cannot be altered via hook_luceneapi_query_alter(). Therefore, we need a hook that will allow developers to intercept the query object and return a new one before hook_luceneapi_query_alter() is invoked so we can have complete control over the object that will be passed to luceneapi_find(). This hook will be useful for doing things like converting term queries to wildcard queries so we can have partial word matches by default.

#1
Added in commit #285930.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.