| 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 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 |
|