Enhanced Search
Enhanced search provides auto-complete and query building hints
along the way.
Once the query is complete pressing ENTER or clicking the Search
button will trigger the search.
Supported Comparison Operators
Supported Logical Operators
Literal values must be wrapped in single quotes.
dct:abstract = 'unknown'
Parenthesis may be used to group conditions.
( dct:abstract = 'unknown AND dc:title='my
title') OR dc:title = 'abc'
Wildcards
Wildcards are supported in literal values.
- * (Asterisk) - Used to replace multiple characters.
- . (Period) - Used to replace a single character.
Examples
dct:abstract LIKE 'unknown'
dct:abstract LIKE 'unkn*n'
dct:abstract LIKE 'unkn.wn'