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
Hello Everyone! How Can I Conveniently Pass A Large Number Of Parameters To The Pipeline In Order To Re-Run It Through Ui?

Hello everyone!
How can I conveniently pass a large number of parameters to the pipeline in order to re-run it through ui?

  
  
Posted 10 months ago
Votes Newest

Answers


Hi @<1578555761724755968:profile|GrievingKoala83> , you can do it directly through the UI by adding parameters, see examples here - None

  
  
Posted 10 months ago
633 Views
1 Answer
10 months ago
10 months ago
Tags