- When initializing a page and displaying initial results to users
- When building UI components such as category filters
Exclude searches from your analytics
To exclude specific searches from your analytics, set theanalytics parameter to false.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Learn how to improve your analytics by excluding search requests.
analytics parameter to false.
curl \
-X POST 'MEILISEARCH_URL/indexes/INDEX_NAME/search?analytics=false' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer DEFAULT_SEARCH_API_KEY' \
-H 'X-MS-USER-ID: MEILISEARCH_USER_ID' \
--data-binary '{}'
Was this page helpful?