So far, the search syntax help contains a lot of operators:
Code: Select all
Function Syntax:
function:value Equal to value.
function:<=value Less than or equal to value.
function:<value Less than value.
function:=value Equal to value.
function:>value Greater than value.
function:>=value Greater than or equal to value.
function:start..end Is in the range of values from start to end.
function:start-end Is in the range of values from start to end.
Code: Select all
function:!value Unequal to value.
Have fun finding stuff fast
Fraka