Skip to content

Commit

Permalink
docs: fix Elasticsearch query example
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet authored Oct 29, 2023
1 parent 03bdddf commit 0d0ccb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/elasticsearch/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Specifies how field names are inferred from CLR property names. By default, **El
``` csharp
await client.SearchAsync<User>(s => s
.Index("users")
.ApplyFiltering("emailAddress = John"));
.ApplyFiltering("emailAddress = [email protected]"));
```

this will make the next Elasticsearch query:
Expand Down

0 comments on commit 0d0ccb7

Please sign in to comment.