diff --git a/openmetadata-docs/content/v1.5.x/how-to-guides/data-discovery/advanced.md b/openmetadata-docs/content/v1.5.x/how-to-guides/data-discovery/advanced.md index 3a8b3d04db5..6139eeb42d9 100644 --- a/openmetadata-docs/content/v1.5.x/how-to-guides/data-discovery/advanced.md +++ b/openmetadata-docs/content/v1.5.x/how-to-guides/data-discovery/advanced.md @@ -33,6 +33,19 @@ caption="Add Complex Queries using Advanced Search" For example, we can set up a complex query as follows: - Group one set of conditions together by defining the `Owner`. You can add multiple conditions to define different owners and use the `OR` condition to ensure that the owner is any one among them. +{% note noteType="Tip" %} +### Note on Custom Properties in Elasticsearch Search + +Elasticsearch does not support searching for custom properties with the following formats: + +- **Time** +- **DateTime** +- Any date formats other than `yyyy-MM-dd` + +Please ensure that custom properties adhere to these constraints for compatibility with Elasticsearch search functionality. + +{% /note %} + {% image src="/images/v1.5/how-to-guides/discovery/adv3.png" alt="Grouped Condition based on the Owner of the Data Assets" diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/advanced.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/advanced.md index 291d69b4556..400ab4c6f30 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/advanced.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/advanced.md @@ -33,6 +33,19 @@ caption="Add Complex Queries using Advanced Search" For example, we can set up a complex query as follows: - Group one set of conditions together by defining the `Owner`. You can add multiple conditions to define different owners and use the `OR` condition to ensure that the owner is any one among them. +{% note noteType="Tip" %} +### Note on Custom Properties in Elasticsearch Search + +Elasticsearch does not support searching for custom properties with the following formats: + +- **Time** +- **DateTime** +- Any date formats other than `yyyy-MM-dd` + +Please ensure that custom properties adhere to these constraints for compatibility with Elasticsearch search functionality. + +{% /note %} + {% image src="/images/v1.6/how-to-guides/discovery/adv3.png" alt="Grouped Condition based on the Owner of the Data Assets" diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/advanced.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/advanced.md index a3b1f64fcf0..3b9c2966e7a 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/advanced.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/advanced.md @@ -33,6 +33,19 @@ caption="Add Complex Queries using Advanced Search" For example, we can set up a complex query as follows: - Group one set of conditions together by defining the `Owner`. You can add multiple conditions to define different owners and use the `OR` condition to ensure that the owner is any one among them. +{% note noteType="Tip" %} +### Note on Custom Properties in Elasticsearch Search + +Elasticsearch does not support searching for custom properties with the following formats: + +- **Time** +- **DateTime** +- Any date formats other than `yyyy-MM-dd` + +Please ensure that custom properties adhere to these constraints for compatibility with Elasticsearch search functionality. + +{% /note %} + {% image src="/images/v1.7/how-to-guides/discovery/adv3.png" alt="Grouped Condition based on the Owner of the Data Assets"