mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-29 03:16:05 +00:00
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:
parent
15d004b725
commit
ab0f64eaba
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user