From 0e4a51713a48d7791bc0eaf479ab7e42ad6351a5 Mon Sep 17 00:00:00 2001 From: Awe Ayomidipupo Date: Mon, 25 Aug 2025 14:10:14 +0100 Subject: [PATCH] feat: add support for disabling search analytics aggregation --- openapi.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/openapi.yml b/openapi.yml index f1483fe..21724d3 100644 --- a/openapi.yml +++ b/openapi.yml @@ -3123,6 +3123,13 @@ components: type: boolean default: true + enable_analytics: + description: > + Flag for enabling/disabling analytics aggregation for specific search + queries (for e.g. those originating from a test script). + type: boolean + default: true + snippet_threshold: description: > Field values under this length will be fully highlighted, instead of showing @@ -3539,6 +3546,14 @@ components: type: boolean description: > If you have some synonyms defined but want to disable all of them for a particular search query, set enable_synonyms to false. Default: true + + enable_analytics: + description: > + Flag for enabling/disabling analytics aggregation for specific search + queries (for e.g. those originating from a test script). + type: boolean + default: true + synonym_prefix: type: boolean description: >