Filters allow you to limit the scope of data queries using custom conditions.
The usage of filters is the same as defining form items; you just need to define filter conditions in the form component.
In addition to defining filter fields in form items, you can also define additional filter fields in the repository for quick search and filtering.
Condition | Description |
---|---|
eq | Equal to |
gt | Greater than |
lt | Less than |
orderBy | Sort field |
between | Range query |
like | Fuzzy query |
llike | Left fuzzy query |
rlike | Right fuzzy query |