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, I Have A Question About Media Reporting. After Successfully Reporting A Video File To The "Debug Samples" Section Of A Specific Task, How Can I Programmatically Obtain A Url For That Video (Knowing The Task Name And The Name The Video Was Reported Wit


Hi @<1558986867771183104:profile|ShakyKangaroo32> , you can extract that using the API with events.debug_images - None

I suggest navigating to the UI and seeing what the UI sends when looking at debug samples with dev tools (F12)

  
  
Posted one year ago
145 Views
0 Answers
one year ago
one year ago