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.
Search
Indices()
Index()
1 parent 82b4479 commit f825424Copy full SHA for f825424
docs/reference/query.md
@@ -11,7 +11,7 @@ This page demonstrates how to perform a search request.
11
12
```csharp
13
var response = await client.SearchAsync<Person>(search => search
14
- .Index("persons")
+ .Indices("persons")
15
.Query(query => query
16
.Term(term => term
17
.Field(x => x.FirstName)
0 commit comments