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 c239ab7 commit 3ea7eb0Copy full SHA for 3ea7eb0
tests/CTS/requests/search/setSettings.json
@@ -573,6 +573,29 @@
573
}
574
575
},
576
+ {
577
+ "testName": "customRanking applying search parameters for a specific query",
578
+ "isSnippet": true,
579
+ "parameters": {
580
+ "indexName": "theIndexName",
581
+ "indexSettings": {
582
+ "customRanking": [
583
+ "desc(nb_airline_liaisons)"
584
+ ],
585
+ "attributesForFaceting": ["city, country"]
586
+ }
587
+ },
588
+ "request": {
589
+ "path": "/1/indexes/theIndexName/settings",
590
+ "method": "PUT",
591
+ "body": {
592
593
594
595
596
597
598
599
{
600
"testName": "customRanking rounded pageviews",
601
"isSnippet": true,
0 commit comments