We can choose which fields to search on. To search on title field only: @title:world
or @body:cheese
Logical “OR” can be used to find frame based on any word from a given list. To find all frames matching either hello or goodbye: hello|goodbye
Using — symbol at the beginning of a phrase will exclude found frames from results instead of returning them: -foo
We can also search only on a part of a word using *. To find all frames with a word starting with good...: good*
This is good in cases when input query or frames can contain errors. In order to fuzzy match, we need to wrap our phrase with %: %wold%
You can search by the beginning of the URL to find frames on the same domain: https://zora.co