We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e25df9 commit 9005027Copy full SHA for 9005027
tests/CTS/guides/search/snippets.json
@@ -2,33 +2,10 @@
2
"saveObjectsMovies": {
3
"method": "saveObjects",
4
"parameters": {
5
- "indexName": "cts_e2e_saveObjects_${{language}}",
6
- "objects": [
7
- {
8
- "objectID": "1",
9
- "name": "Adam"
10
- },
11
12
- "objectID": "2",
13
- "name": "Benoit"
14
- }
15
- ]
16
17
18
- "prout": {
19
- "method": "prout",
20
- "parameters": {
21
22
23
24
25
26
27
28
29
30
31
+ "indexName": "movies_index",
+ "objects": {
+ "$var": "objects"
+ }
32
}
33
34
0 commit comments