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
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 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?

  
  
Posted 9 months ago
Votes Newest

Answers


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 9 months ago
481 Views
1 Answer
9 months ago
9 months ago
Tags