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 Everyone! I Have A General Wondering - I'M Trying To Use Rest Api For Searching Tasks By Tasks Parameters (Hyperparameters In Task Configuration). I Didn'T See Which Query-Params To Send For Getting The Matching Task(S). Does Someone Knows The Answer?


Hi @<1539417873305309184:profile|DangerousMole43> , I would suggest opening developer tools (F12) and then doing the specific search you're interested in through the UI. Then you can simply send the same via the REST API

  
  
Posted 2 years ago
255 Views
0 Answers
2 years ago
2 years ago