Actions
Feature #43234
closedExpand database function searchQuery can handle AND and OR constraints
Status:
Closed
Priority:
Could have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2012-11-22
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The database function searchQuery can build queries for multiple search words. But those words are expected to be all in the field. Sometimes it is useful to use an OR constraint. So this function should be extended to have another parameter to do so.
Actions