The user can perform a simple text search in the search bar:
The search bar supports two search modes: by asset and by collection. Use one of the following methods to switch between the modes:
Assets/collections are searched for by all properties, except for logical properties and properties like "Date," "Date and time."
You can enter a word in the search box to find all assets/collections where the word is mentioned in one of the properties above.
You can use Boolean logic to perform more complex search tasks. To do this, include logical operators in your search query:
Rules for using logical operators:
An example of a query using &&.
The "chirch" query gives us all the images that have the word "chirch" in them.
You can also use wildcard operators together with or separately from logical operators in search queries:
An example of using a query with a wildcard character:
Text search can be used in combination with asset/collection filtering by applying filtering before or after text search. Search and filtering results can also be sorted.