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
Unanswered
Hi All, Please Tell Me How To Get Its Own Task In The Task Executed By Enqueue. I'M Trying To Get It With


Hi TimelyMouse69 , Thank you for your reply.
Requires Task.init() .
Thank you very much.

I would like to ask you one more thing.

Is there a way to determine if it was launched with Enqueue before Task.init() .
1.When starting with Enqueue, get the task with Task.init() .
2. If not started with Enqueue, create a new task with Task.init(project_name=XXX,task_name=XXX) .

  
  
Posted one year ago
99 Views
0 Answers
one year ago
one year ago