Query Syntax

Secure60 Platform has a simple and flexible query language that is used in various parts of the platform. The query syntax allows selection of specific fields, matching of partial text, regex and vairous comparison operators. The syntax also allows grouping of conditions to achieve sophisticated matching rules.

Query sytax is used in the following key system components:

Query elements

A basic Secure60 query looks like: fieldname operator value

Multiple basic query elements can be joined together with a keyword

Query component evaluation can be controlled by using grouping

Element reference

fieldname
operator
value

Functions

Instead of a fieldname we make a number of functions available to enhance query feature set

Usage of a function is to state the function, if data evaluates to true then results from this function will be included

Function List:

Notes:

Notes on usage

Back to top