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
Hey All, Hope You Had A Great Start To Your New Year! How Do I Change The Task Description From The Automatically Generated Task Description. I Went Through The Docs But Could Not Find What I Wanted.

Hey all, hope you had a great start to your new year!

How do I change the task description from the automatically generated task description. I went through the docs but could not find what I wanted.

  
  
Posted 3 months ago
Votes Newest

Answers 2


Thanks, that worked!

  
  
Posted 3 months ago

I think this is hard to find in the docs as the description is stored as Task.comment . You should be able to set it via task.set_comment

  
  
Posted 3 months ago
226 Views
2 Answers
3 months ago
3 months ago
Tags