|
Our library supports the "AND" and "NOT"
operands in the quick search function by the use of the plus
sign (+) and minus sign (-) respectively in front of the
keywords.
* If a customer inputs
"beautiful +sunset" into the search field, the system will
only return results for any media that contains both
"beautiful" AND "sunset" in its properties.
* If a customer inputs
"beautiful -sunset" into the search field, the system will
return results for any media that contains the keyword
"beautiful", but this media can't contain the keyword
"sunset" in its properties.
* Note: There must not be any
spaces between the second keyword and the input operands
(+), (-) keywords. |