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: DATAPLEX.md
+49-15Lines changed: 49 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,24 +218,38 @@ Finds resources that were created within, before, or after a given date or time.
218
218
219
219
To search for entries based on their attached aspects, use the following query syntax.
220
220
221
-
aspect:x Matches x as a substring of the full path to the aspect type of an aspect that is attached to the entry, in the format projectid.location.ASPECT_TYPE_ID
222
-
aspect=x Matches x as the full path to the aspect type of an aspect that is attached to the entry, in the format projectid.location.ASPECT_TYPE_ID
223
-
aspect:xOPERATORvalue
224
-
Searches for aspect field values. Matches x as a substring of the full path to the aspect type and field name of an aspect that is attached to the entry, in the format projectid.location.ASPECT_TYPE_ID.FIELD_NAME
225
-
226
-
The list of supported {OPERATOR}s depends on the type of field in the aspect, as follows:
221
+
`has:x`
222
+
Matches `x` as a substring of the full path to the aspect type of an aspect that is attached to the entry, in the format `projectid.location.ASPECT_TYPE_ID`
227
223
228
-
* String: = (exact match) and : (substring)
229
-
* All number types: =, :, <, >, <=, >=, =>, =<
230
-
* Enum: =
231
-
* Datetime: same as for numbers, but the values to compare are treated as datetimes instead of numbers
232
-
* Boolean: =
224
+
`has=x`
225
+
Matches `x` as the full path to the aspect type of an aspect that is attached to the entry, in the format `projectid.location.ASPECT_TYPE_ID`
233
226
234
-
Only top-level fields of the aspect are searchable. For example, all of the following queries match entries where the value of the is-enrolled field in the employee-info aspect type is true. Other entries that match on the substring are also returned.
227
+
`xOPERATORvalue`
228
+
Searches for aspect field values. Matches x as a substring of the full path to the aspect type and field name of an aspect that is attached to the entry, in the format projectid.location.ASPECT_TYPE_ID.FIELD_NAME
0 commit comments