These operators return a Boolean true/false. This group of operators replace the old #-prefixed special query codes:
- !$AttributeName (short form test for no value)
- != (inequality)
- $AttributeName (short form test for value)
- & (query logical AND join)
- < (less than)
- <= (less than or equal to)
- == (equality)
- > (greater than)
- >= (greater than or equal to)
- between(value,min,max)
- contains(item)
- descendedFrom(item)
- first(item[,N])
- indented(N[,"item"])
- inside("item")
- last("item"[,N])
- linkedFrom("item"[,linkType])
- linkedTo("item"[,linkType])
- List/Set.contains("pattern")
- List/Set.icontains("pattern")
- similarTo("item",N)
- String.contains("pattern")
- String.icontains("pattern")
- word(data)
- | (query logical OR join)