Inline Query Editor with Syntax Highlighting
Type : to see available field names. Parts of your query are highlighted with different colors as you type.
Try this: Type :name startswith John :price between 10 to 100
Features: Full inline editing with cursor movement, syntax highlighting (fields=blue, operators=gray, values=green), context-aware autocomplete, operator shortcuts (sw, gt, lt), natural language aliases (under, over, from), time unit suffixes (30days, 5weeks).
Server Query Format (JSON):
Start typing to see the server query format
Available Fields:
name (text)
email (text)
code (text)
price (number)
status (text)
category (text)
created_at (date)
updated_at (date)
quantity (number)
Syntax Reference:
:field = Field names (blue)
operator = Operators (gray)
value = Values (green)
to = Keywords (yellow)
Shortcuts: sw (starts with), c (contains), gt (>), lt (<), bw (between)
Aliases: under, over, from, atleast, atmost
Time units: 30days, 5weeks, 2months, 1year
Aliases: under, over, from, atleast, atmost
Time units: 30days, 5weeks, 2months, 1year
Actions | Name | Price | Status | |
---|---|---|---|---|
|
John Doe | john@example.com | $150.00 | Active |
|
Jane Smith | jane@example.com | $75.50 | Active |
|
Bob Johnson | bob@example.com | $299.99 | Pending |