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
Does

Does Task.init() just return the current task when run on a task that has been launched remotely by Task.execute_remotely ? It looks like that is the behaviour but I can't find it documented

  
  
Posted one year ago
Votes Newest

Answers 4


Hi SuperiorPanda77 , yes indeed that is the case - I'll make sure that's mentioned somewhere...

  
  
Posted one year ago

Thanks for confirming, I can make a PR if that would be helpful?

  
  
Posted one year ago

Thanks! We'll continue the discussion there 🙂

  
  
Posted one year ago
560 Views
4 Answers
one year ago
one year ago
Tags