You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/opensearch-nested-field-subquery.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Let’s go though the use cases find out how to translate the SQL to DSL.
9
9
10
10
### **1. EXISTS**
11
11
12
-
If the SQL doesn’t have condition in the subquery, the [OpenSearch exists](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/query-dsl-exists-query.html) could be used to translate the SQL to DSL.
12
+
If the SQL doesn’t have condition in the subquery, the [OpenSearch exists](https://docs.opensearch.org/latest/query-dsl/term/exists) could be used to translate the SQL to DSL.
0 commit comments