From 58e499ebd9709bc2f1ae5e8f3314d6f6164ebe64 Mon Sep 17 00:00:00 2001 From: Paul Sarando Date: Thu, 13 Jun 2024 19:12:14 -0700 Subject: [PATCH] Fix typo in `ElasticSearch query DSL` link --- docs/services/api/endpoints/filesystem/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/api/endpoints/filesystem/search.md b/docs/services/api/endpoints/filesystem/search.md index 94b37e0..4e50b02 100644 --- a/docs/services/api/endpoints/filesystem/search.md +++ b/docs/services/api/endpoints/filesystem/search.md @@ -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`.