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, Is There A Way To Add Info To A Dataset Task (The One That Is Created Automatically When Creating The Dataset) Without Causing A Disconnection Between The Dataset And The Task? I T Tried Using Dataset._Task, But It Disrupt The Connection Between Th

Hello,
Is there a way to add info to a dataset task (the one that is created automatically when creating the dataset) without causing a disconnection between the dataset and the task?
I t tried using Dataset._task, but it disrupt the connection between the dataset and the task and I can't load the dataset.

I know I can create a separate task, I wanted it to be the one that is automatically joined to the dataset.

Thanks!

  
  
Posted 23 hours ago
Votes Newest

Answers 2


But if I want to add some additional info to that task? How can I do that?

  
  
Posted 17 hours ago

Hi @<1586890686492315648:profile|HugeSeagull85> , when you create a dataset, it is represented by a task behind the scenes - you do not need to create another task

  
  
Posted 17 hours ago