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.

Comments

cpliakas’s picture

Status: Active » Fixed

Added in commit #285930.

Status: Fixed » Closed (fixed)
Issue tags: -6.x-2.0-beta4

Automatically closed -- issue fixed for 2 weeks with no activity.