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
ElegantCoyote26
Moderator
34 Questions, 126 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

125 × Eureka!
0 Votes
1 Answers
909 Views
0 Votes 1 Answers 909 Views
Is it possible to restrict an agent's cpu usage? like limit the number of cores it can use?
3 years ago
0 Votes
5 Answers
863 Views
0 Votes 5 Answers 863 Views
The
the Dataset method create seems to expect the parameter parent_datasets in the form of a list indicating the parent dataset task IDs, instead of the name. Th...
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
is there a way to get a Task's docker container id/name? I'm generally interested in resource profiling of each container, so I noticed I can use docker stat...
one year ago
0 Votes
15 Answers
892 Views
0 Votes 15 Answers 892 Views
Hi, I'm trying to set up my trains-server and I'm getting the following: (base) emilio@unicorn:~$ docker-compose -f /opt/trains/docker-compose.yml up -d ERRO...
3 years ago
Show more results questions