Skip to content

Commit 853b9d9

Browse files
authored
feat: add support for disabling search analytics aggregation (#102)
1 parent 402ccbc commit 853b9d9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

openapi.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,6 +3123,13 @@ components:
31233123
type: boolean
31243124
default: true
31253125

3126+
enable_analytics:
3127+
description: >
3128+
Flag for enabling/disabling analytics aggregation for specific search
3129+
queries (for e.g. those originating from a test script).
3130+
type: boolean
3131+
default: true
3132+
31263133
snippet_threshold:
31273134
description: >
31283135
Field values under this length will be fully highlighted, instead of showing
@@ -3539,6 +3546,14 @@ components:
35393546
type: boolean
35403547
description: >
35413548
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
3549+
3550+
enable_analytics:
3551+
description: >
3552+
Flag for enabling/disabling analytics aggregation for specific search
3553+
queries (for e.g. those originating from a test script).
3554+
type: boolean
3555+
default: true
3556+
35423557
synonym_prefix:
35433558
type: boolean
35443559
description: >

0 commit comments

Comments
 (0)