Skip to content

Commit

Permalink
Update en/components/query-builder.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Cherkasov <otixa.scythe@gmail.com>
  • Loading branch information
igdmdimitrov and Otixa authored Oct 1, 2024
1 parent 8dcb5e2 commit bb06e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/components/query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Now that you have the Ignite UI for Angular Query Builder module or directives i

## Using the Angular Query Builder

If no expression tree is initially set, you start with creating a group of conditions linked with [`AND`]({environment:angularApiUrl}/enums/filteringlogic.html#and) or [`OR`]({environment:angularApiUrl}/enums/filteringlogic.html#or). Then you choose an entity and which of its fields the query should return. After that, conditions or sub-groups can be added.
If no expression tree is initially set, you start by creating a group of conditions linked with [`AND`]({environment:angularApiUrl}/enums/filteringlogic.html#and) or [`OR`]({environment:angularApiUrl}/enums/filteringlogic.html#or). Then you choose an entity and which of its fields the query should return. After that, conditions or sub-groups can be added.

In order to add a condition you select a field, an operand based on the field data type and a value if the operand is not unary. The operands `In` and `Not In` will allow you to create an inner query with conditions for a different entity instead of simply providing a value. Once the condition is committed, a chip with the condition information appears. By clicking the chip, you have the options to modify it or add another condition or group right after it.

Expand Down

0 comments on commit bb06e88

Please sign in to comment.