Skip to content

Document the _q search parameter in the REST API parameters reference - #3511

Open
yfwmaniish wants to merge 1 commit into
strapi:mainfrom
yfwmaniish:cms/document-rest-q-search-param
Open

yfwmaniish wants to merge 1 commit into
strapi:mainfrom
yfwmaniish:cms/document-rest-q-search-param

Conversation

@yfwmaniish

Copy link
Copy Markdown
Contributor

Description

Adds the _q search parameter to the REST API parameters reference table (docusaurus/docs/cms/api/rest/parameters.md).

_q is a supported REST Content API query parameter — it is part of the standard query-parameter validation schema (searchQuerySchema in packages/core/utils/src/validation/route-validators/query-params.ts) — but it was not documented anywhere in the REST API docs. It lets you search for entries matching a string across the content-type's fields (for example, GET /api/articles?_q=hello).

Related issue(s)/PR(s)

None — found by cross-checking the REST query-parameter validation schema against the parameters reference.

Copilot AI lite review requested due to automatic review settings September 19, 2026 05:47
@vercel

vercel Bot commented Sep 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
documentation Ready Ready Preview Sep 19, 2026 5:48am UTC

Request Review

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants