Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello

Hello 🙂 Would it be possible to have a bit more information about the different states of a dataset ? Specifically I am not clear on the difference between finalized and published , since both of them looks like they refer to a finalized and read-only dataset

  
  
Posted 4 months ago
Votes Newest

Answers 2


Hi @<1644147961996775424:profile|HurtStarfish47> , published is one step after finalized technically, similar to tasks

  
  
Posted 4 months ago

okay ! Right now in my workflow, I have upload, finalize and publish all happening one after the other without extra logic. From my tests it also looks like I can use a finalized but unpublished dataset without any problem. Should I be handling this differently ?

  
  
Posted 4 months ago
259 Views
2 Answers
4 months ago
4 months ago
Tags