Because of the way search queries are parsed, content bias is not currently possible when the default operator is AND.

Comments

cpliakas’s picture

Assigned: Unassigned » cpliakas

The problem is that the parsed query is appended to the query container as 'required'. This can be reworked in such a way that it can be set up for content bias subqueries.

cpliakas’s picture

Status: Fixed » Active

Fixed in commit #273234. Note that the fix may break custom hook_luceneapi_query_alter() implementations if they depend on the position of the parsed query object from the search keys passed by the user.

cpliakas’s picture

Status: Active » Fixed

Status: Active » Closed (fixed)

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