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
Unanswered
Hey, Why Is It Possible To Remove The Task From The Ui When It'S Published And Then Archived But It'S Not Possible To Remove The Archived And Published Task From The Python Sdk (It Gives Me Error - Cannot Delete Published Task)? Are There Any Other Ways T


Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , I see that there is also no force flag for the SDK. Maybe open a github request to add the option to force or just allow deleting archived published tasks.

Currently through code you can use the API to delete those experiments.

  
  
Posted 9 months ago
75 Views
0 Answers
9 months ago
9 months ago