File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed
tests/CTS/requests/search Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 11[
22 {
3+ "testName" : " simple" ,
34 "parameters" : {
4- "xAlgoliaUserID" : " userID " ,
5+ "xAlgoliaUserID" : " user42 " ,
56 "assignUserIdParams" : {
6- "cluster" : " theCluster "
7+ "cluster" : " d4242-eu "
78 }
89 },
910 "request" : {
1011 "path" : " /1/clusters/mapping" ,
1112 "method" : " POST" ,
1213 "body" : {
13- "cluster" : " theCluster "
14+ "cluster" : " d4242-eu "
1415 },
1516 "headers" : {
16- "x-algolia-user-id" : " userID "
17+ "x-algolia-user-id" : " d4242-eu "
1718 }
1819 }
1920 },
Original file line number Diff line number Diff line change 127127 }
128128 }
129129 },
130+ {
131+ "testName" : " query" ,
132+ "isSnippet" : true ,
133+ "parameters" : {
134+ "indexName" : " indexName" ,
135+ "searchParams" : {
136+ "query" : " phone"
137+ }
138+ },
139+ "request" : {
140+ "path" : " /1/indexes/indexName/query" ,
141+ "method" : " POST" ,
142+ "body" : {
143+ "query" : " phone"
144+ }
145+ }
146+ },
130147 {
131148 "testName" : " filters" ,
132149 "isSnippet" : true ,
You can’t perform that action at this time.
0 commit comments