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
So If There A Way To Make It Run In The

so if there a way to make it run in the trains-agent and not in the terminal directly when executed manually through script

  
  
Posted 3 years ago
Votes Newest

Answers 3


Hi PompousParrot44
Let's stick with a single question per thread, it will make my life a lot easier 🙂
What do you mean by "and not in the terminal directly when executed manually through script"?
trains-agent (usually) executed as a daemon pulling jobs and executing them.
The other options is to use it to manually execute a single task.
What am I missing?

  
  
Posted 3 years ago

Nice 🙂

  
  
Posted 3 years ago

you replied it already.. it was execute_remotely called with exit_true argument

  
  
Posted 3 years ago
553 Views
3 Answers
3 years ago
one year ago
Tags
Similar posts