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
Profile picture
CourageousWhale20
Moderator
2 Questions, 5 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
5 Answers
442 Views
0 Votes 5 Answers 442 Views
Hi, is it possible to retrieve the git branch from the Task object? I'd like to use this to then update the tags for the Task with the git branch info.
2 years ago
0 Votes
5 Answers
472 Views
0 Votes 5 Answers 472 Views
Are there python API docs for trains hosted anywhere? I've found helpful info in the class method definitions that I didn't find in the main docs/examples
3 years ago
0 Hi, Is It Possible To Retrieve The Git Branch From The

it's working, thanks! I'll go ahead and file a github issue

2 years ago
0 Hi, Is It Possible To Retrieve The Git Branch From The

great, thanks! is there a simple way to then update the Task tags after this?

2 years ago
0 Hi, Is It Possible To Retrieve The Git Branch From The

ah nevermind, I see get/set_tags now

2 years ago