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
Pipeline_Controller.Py Doesn'T Exist In Repo, Or Atleast The Link To It In The Docs Is Dead In The Simple Pipeline Example. Any Help Would Be Appreciated.

Pipeline_Controller.py doesn't exist in repo, or atleast the link to it in the docs is dead in the simple pipeline example. Any help would be appreciated.

  
  
Posted 2 years ago
Votes Newest

Answers 9


I'll read the 3 examples now. Am I right to assume that I should drop Pipeline_Controller.py

  
  
Posted 2 years ago

I believe pipeline_from_tasks.py used to be called pipeline_controller.py

  
  
Posted 2 years ago

no, step 1, 2 and 3 are unrelated (and still there)

  
  
Posted 2 years ago

I see - I'll make sure it's fixed 🙂

  
  
Posted 2 years ago

I'll look into those 3. Do those files use step 1, step 2 and step 3 files though?

  
  
Posted 2 years ago

Hi VexedCat68 , where did you get the link? The pipeline support was refactored and examples were renamed - is there a specific example you're missing?

  
  
Posted 2 years ago

Here's the link.

  
  
Posted 2 years ago
650 Views
9 Answers
2 years ago
one year ago
Tags