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, I'M Having A Little Issue With The

Hi, I'm having a little issue with the Task.get_tasks() function. Specifically with the tags argument. In the documentations it states that "Task must have all the listed tags". F or me, this method has been returning tasks with any of the listed tags. This is quite frustrating, does anyone know a workaround?

  
  
Posted one year ago
Votes Newest

Answers 2


I found that adding "__$all" as a tag got me the functionality I wanted but still confused why the behaviour of this function didn't work how the documentation intended

  
  
Posted one year ago

Hi GentlePelican46 , you're right, the documentation needs to be fixed there. I'll make sure we work on that

  
  
Posted one year ago
549 Views
2 Answers
one year ago
one year ago
Tags