20 results for "$s/@tag:operator"

Operator class

/api-reference-4x/korzh-easyquery-namespace/operator-class

Represents a logical expression or predicate, like comparisions or LIKE predicate.

Operator class

/api-reference-5x/korzh-easyquery-namespace/operator-class

Represents a logical expression or "predicate". For example: "less than", "is equal to", "starts with".

Operator class

/api-reference/korzh-easyquery/korzh-easyquery-namespace/operator-class

Represents a logical expression or "predicate". For example: "less than", "is equal to", "starts with".

Query with OR operators

/tutorials/query-with-or-operators

In this article, you will learn how to build queries that contain both AND and OR operators.

Operators page

/data-model-editor/operators-page

This article defines operators which can be used in conditions (such as 'is equal to', 'less than' and others).

Adding a new operator to your data model

/tutorials/add-new-operator

Here you can find all information about how to add a new operator to your data model either using Data Model Editor (DME) or with a code

Custom client-side dialogs

/tutorials/custom-javascript-dialogs-saving-loading

Users who use some other dialogs libary usually want to replace those default dialogs with their own. We are going to replace those default dialogs with nice HTML dialogs made with JQuery UI dialogs library. The approach we will use is quite simple: our AdvancedSearchView JavaScript class has several methods which can be "overriden" to replace the default behavior with your own implemenation of those dialogs. In case of using JQuery dialogs we need to define some placeholders (read div elements) on our page where our new dialogs will be rendered. Here is an example: NB: Please note that this step is specific for JQuery dialogs.

How to make a field to field comparison

/how-to/field-to-field-comparison

The instructions on how to add a condition which compares a field against another field instead of constant value.

Entities page

/data-model-editor/entities-page

This page describes entities participating in the data model and their attributes.

OperatorStore class

/api-reference-5x/korzh-easyquery-namespace/operatorstore-class

This class represents the list of operators associated with a particular DataModel