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
WobblyFrog79
Moderator
3 Questions, 21 Answers
  Active since 08 February 2025
  Last activity 14 days ago

Reputation

0

Badges 1

11 × Eureka!
0 Votes
9 Answers
188 Views
0 Votes 9 Answers 188 Views
Hello, a question about pipelines. I have a repository with one pipeline using decorators, defined in pipeline.py . It uses multiple components that import c...
one month ago
0 Votes
4 Answers
91 Views
0 Votes 4 Answers 91 Views
23 days ago
0 Votes
3 Answers
62 Views
0 Votes 3 Answers 62 Views
How can I access task IDs of tasks running within a PipelineDecorator.pipeline ? I know PipelineController has get_running_nodes method, but how to achieve t...
15 days ago