Skip to content

Commit 7226589

Browse files
algolia-botkai687
andcommitted
chore(cts): rename another test (#5061) (generated) [skip ci]
Co-authored-by: Kai Welke <[email protected]>
1 parent 780b4ac commit 7226589

File tree

23 files changed

+44
-44
lines changed

23 files changed

+44
-44
lines changed

docs/bundled/search-snippets.json

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

docs/snippets/csharp/src/Search.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9834,11 +9834,11 @@ public async Task SnippetForSearchClientSetSettings74()
98349834
/// <summary>
98359835
/// Snippet for the SetSettings method.
98369836
///
9837-
/// restrict_searchable_attributes
9837+
/// set_custom_ranking
98389838
/// </summary>
98399839
public async Task SnippetForSearchClientSetSettings75()
98409840
{
9841-
// >SEPARATOR setSettings restrict_searchable_attributes
9841+
// >SEPARATOR setSettings set_custom_ranking
98429842
// Initialize the client
98439843
var client = new SearchClient(new SearchConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));
98449844

docs/snippets/dart/lib/search.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9463,9 +9463,9 @@ void snippetForsetSettings74() async {
94639463

94649464
// Snippet for the setSettings method.
94659465
//
9466-
// restrict_searchable_attributes
9466+
// set_custom_ranking
94679467
void snippetForsetSettings75() async {
9468-
// >SEPARATOR setSettings restrict_searchable_attributes
9468+
// >SEPARATOR setSettings set_custom_ranking
94699469
// Initialize the client
94709470
final client =
94719471
SearchClient(appId: 'ALGOLIA_APPLICATION_ID', apiKey: 'ALGOLIA_API_KEY');

docs/snippets/go/src/search.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/snippets/java/src/test/java/com/algolia/Search.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7545,9 +7545,9 @@ void snippetForSetSettings74() throws Exception {
75457545

75467546
// Snippet for the setSettings method.
75477547
//
7548-
// restrict_searchable_attributes
7548+
// set_custom_ranking
75497549
void snippetForSetSettings75() throws Exception {
7550-
// >SEPARATOR setSettings restrict_searchable_attributes
7550+
// >SEPARATOR setSettings set_custom_ranking
75517551
// Initialize the client
75527552
SearchClient client = new SearchClient("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY");
75537553

docs/snippets/javascript/src/search.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8433,9 +8433,9 @@ export async function snippetForSetSettings74(): Promise<void> {
84338433

84348434
// Snippet for the setSettings method.
84358435
//
8436-
// restrict_searchable_attributes
8436+
// set_custom_ranking
84378437
export async function snippetForSetSettings75(): Promise<void> {
8438-
// >SEPARATOR setSettings restrict_searchable_attributes
8438+
// >SEPARATOR setSettings set_custom_ranking
84398439
// Initialize the client
84408440
//
84418441
const client = algoliasearch('ALGOLIA_APPLICATION_ID', 'ALGOLIA_API_KEY');

docs/snippets/kotlin/src/main/kotlin/com/algolia/snippets/Search.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9390,7 +9390,7 @@ class SnippetSearchClient {
93909390
}
93919391

93929392
suspend fun snippetForSetSettings75() {
9393-
// >SEPARATOR setSettings restrict_searchable_attributes
9393+
// >SEPARATOR setSettings set_custom_ranking
93949394
// Initialize the client
93959395
val client = SearchClient(appId = "ALGOLIA_APPLICATION_ID", apiKey = "ALGOLIA_API_KEY")
93969396

docs/snippets/php/src/Search.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11162,11 +11162,11 @@ public function snippetForSetSettings74(): void
1116211162
/**
1116311163
* Snippet for the SetSettings method.
1116411164
*
11165-
* restrict_searchable_attributes
11165+
* set_custom_ranking
1116611166
*/
1116711167
public function snippetForSetSettings75(): void
1116811168
{
11169-
// >SEPARATOR setSettings restrict_searchable_attributes
11169+
// >SEPARATOR setSettings set_custom_ranking
1117011170
// Initialize the client
1117111171
$client = SearchClient::create('ALGOLIA_APPLICATION_ID', 'ALGOLIA_API_KEY');
1117211172

docs/snippets/python/search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11421,9 +11421,9 @@ def snippet_for_set_settings75():
1142111421
"""
1142211422
Snippet for the setSettings method.
1142311423
11424-
restrict_searchable_attributes
11424+
set_custom_ranking
1142511425
"""
11426-
# >SEPARATOR setSettings restrict_searchable_attributes
11426+
# >SEPARATOR setSettings set_custom_ranking
1142711427
# Initialize the client
1142811428
# In an asynchronous context, you can use SearchClient instead, which exposes the exact same methods.
1142911429
client = SearchClientSync("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY")

docs/snippets/ruby/search.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9304,9 +9304,9 @@ def snippet_for_set_settings74
93049304

93059305
# Snippet for the setSettings method.
93069306
#
9307-
# restrict_searchable_attributes
9307+
# set_custom_ranking
93089308
def snippet_for_set_settings75
9309-
# >SEPARATOR setSettings restrict_searchable_attributes
9309+
# >SEPARATOR setSettings set_custom_ranking
93109310
# Initialize the client
93119311
client = Algolia::SearchClient.create("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY")
93129312

0 commit comments

Comments
 (0)