Skip to content
Merged
4 changes: 2 additions & 2 deletions content/docs/ai/skills-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ Do not use for querying data (see objectstack-query) or for plugin / kernel hook

Construct ObjectQL queries — filters, sorting, pagination, aggregation, relation expansion, and full-text search.

Use when the user is writing a query DSL expression, picking pagination strategy, or designing a list view's filter spec.
Use when the user is writing a query DSL expression or picking a pagination strategy.

Do not use for defining objects / fields / relationships (see objectstack-data) or for designing the API endpoint that exposes a query (see objectstack-api).
Do not use for defining objects / fields / relationships (see objectstack-data), for designing the API endpoint that exposes a query (see objectstack-api), or for a list view's filter rules / dashboard datasets (see objectstack-ui).

**Tags:** `query`, `filter`, `sort`, `paginate`, `aggregate`, `ObjectQL`, `full-text`

Expand Down
2 changes: 1 addition & 1 deletion scripts/role-word-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"skills/objectstack-data/SKILL.md": 2,
"skills/objectstack-data/rules/relationships.md": 1,
"skills/objectstack-platform/SKILL.md": 2,
"skills/objectstack-query/rules/filters.md": 9,
"skills/objectstack-query/rules/filters.md": 8,
"skills/objectstack-ui/SKILL.md": 2,
"skills/objectstack-upgrade/SKILL.md": 1
}
Loading
Loading