Groupware Servers Question:

Download Job Interview Questions and Answers PDF

What are the different filters used while creating URL of the groupware?

Groupware Servers Interview Question
Groupware Servers Interview Question

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

Download Groupware Servers Interview Questions And Answers PDF

Previous QuestionNext Question
Write a program to show the URL being written for groupware?How do local settings get stored in groupware?