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
How Do I Create Sub Projects With The New Version 1.0?

How do I create sub projects with the new version 1.0?

  
  
Posted 2 years ago
Votes Newest

Answers 5


It's a known fact that documentation always trail features by 3-6 months 😄 We're working on new docs, should be released this week 🙂

  
  
Posted 2 years ago

Thanks! Surprisingly, I didn't see this documented anywhere

  
  
Posted 2 years ago

does this work for multiple levels?

Yep 😄

  
  
Posted 2 years ago

does this work for multiple levels?

  
  
Posted 2 years ago

Add '/' , like you would with a file system.
Task.init(project_name='main_project/sub_project', task_name='test')

  
  
Posted 2 years ago
572 Views
5 Answers
2 years ago
one year ago
Tags