mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
20 lines
No EOL
283 B
Markdown
20 lines
No EOL
283 B
Markdown
# Universal Query Engine Context
|
|
|
|
## Purpose
|
|
Provide filtering/sorting/pagination for all admin tables.
|
|
|
|
## Operators
|
|
= != > < >= <= ~ (ilike)
|
|
|
|
## Schema
|
|
UniversalQuery:
|
|
- filters[]
|
|
- sort[]
|
|
- page{limit,offset}
|
|
|
|
## Used In
|
|
- requests
|
|
- quotes
|
|
- topics
|
|
- statuses
|
|
- form_fields |