Skip to content

Commit

Permalink
Fix typo in ElasticSearch query DSL link
Browse files Browse the repository at this point in the history
  • Loading branch information
psarando committed Jun 14, 2024
1 parent a4642d7 commit 58e499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services/api/endpoints/filesystem/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For the client without administrative privileges, Terrain provides endpoints for

## Search Requests

Terrain provides search endpoints that allow callers to search the data by name and various pieces of system and user metadata. It supports the all the queries in the [ElasticSearch query DSL] (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-queries.html) for searching.
Terrain provides search endpoints that allow callers to search the data by name and various pieces of system and user metadata. It supports the all the queries in the [ElasticSearch query DSL](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-queries.html) for searching.

Each field in an indexed document may be explicitly used in a search query. If the field is an object, i.e. an aggregate of fields, the object's fields may be explicitly referenced as well using dot notation, e.g. `acl.access`.

Expand Down

0 comments on commit 58e499e

Please sign in to comment.