Slice Queries
Slice Query - Examples
“Show me all images in my Rain or Lightning slices, but not in my Night slice”
(slice = "Rain" OR slice = "Lightning") AND slice != "Night"
Slice Query - Details
This feature lets you query by slice name. It can also be used to merge two slices together, for example by querying slice = A OR slice = B
and then creating a slice from all results.
slice | The name of the slice |
Updated almost 3 years ago