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
Since I’M Using Trains On K8S With My Team I Started To Dig Into The Helm Chart That Needs Tweaks. I Just Started Exploring The Chart So I Just Put A First Small Pr Here

Since Iā€™m using Trains on K8s with my team I started to dig into the Helm chart that needs tweaks. I just started exploring the chart so I just put a first small PR here https://github.com/allegroai/trains-server-k8s/pull/5 I will be happy if anyone have any comment on it!

  
  
Posted 3 years ago
Votes Newest

Answers


Hi JuicyFox94 ,
Thanks! šŸ™
I'll ask someone to take a look as soon as possible - will keep you updated šŸ™‚

  
  
Posted 3 years ago
615 Views
1 Answer
3 years ago
one year ago
Tags