Hello,
Omeka-S provides the ability to search by values, but when you add new values in criterias, the operator seems to be "AND".
For example, if "myterm" appears in DC:Title (property #1) and DC:Abstract (property #19) is empty, the search return no results.
Extract of $params array to illustrate what I mean :
[property] => Array
(
[1] => Array
(
[in] => Array
(
[0] => myterm
)
)
[19] => Array
(
[in] => Array
(
[0] => myterm
)
)
)
Is there a way to obtain results for "OR" operator ("myterm" in DC:Title OR in DC:Abstract ) ?
Thanks.
Franck.