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
Hi, When Continuing A Task, Debug Images Are Overwritten. E.G. If I Run A Task And Save Images In Iterations 1, 2, And 3 And The I Continue The Task And Save In Iteration 4 - I Will Lose The Debug Image In Iteration 1 I Think This Happens Because The Imag


This only happens when I "continue" a task
the counter gets reset..
My current workaround is overridingĀ 
UploadEvent._get_metric_countby adding an offset to _counter

  
  
Posted 2 years ago
158 Views
0 Answers
2 years ago
one year ago