⟩ What are the different filters used while creating URL of the groupware?
The entries in the URL that is entered can be filtered by using the syntax as:
field|operator|value
The filters can be chained with one another to match the datasets within the query and give the results up to the point. The chaining will be represented as:
field|operator|value||field2|operator2|value2||field3|operator3|value3
The operators that are used in between the fields and the values are as follows:
eq A equal B
neq A not equal B
lt A lesser than B
gt A greater than B
like A contains B
nlike A not contains B
starts A starts with B