Commit 600f157
authored
fix(specs): remove query parameter that are not accepted by the Composition API (#6128)
## 🧭 What and Why
Query parameter:
* `analytics`
* `decompoundQuery`
* `maxFacetHits`
are not accepted by Composition API: see [compositions/schema/query_parameters.go](https://github.com/algolia/metis/blob/main/modules/services/api/internal/compositions/schema/query_parameters.go)
This could change in the futur but today this is not the case.
## 🧪 Test
CI1 parent e5326ee commit 600f157
File tree
1 file changed
+0
-6
lines changed- specs/composition/common/schemas/components/injection
1 file changed
+0
-6
lines changedLines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | | - | |
27 | | - | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
| |||
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
56 | | - | |
57 | | - | |
58 | 52 | | |
59 | 53 | | |
60 | 54 | | |
| |||
0 commit comments