Docs: Format Note Mention In Advanced Search (#19277)

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
This commit is contained in:
RounakDhillon 2025-01-08 11:34:51 +05:30 committed by GitHub
parent 15d004b725
commit ab0f64eaba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 39 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"