1.

What Are The Different Filters Used While Creating Url Of The Groupware?

Answer»

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

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



Discussion

No Comment Found