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
TrickyGoose45
Moderator
3 Questions, 17 Answers
  Active since 30 June 2023
  Last activity one year ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
I setup a dedicated mongo instance with a clearml database but after starting the api server it created a test database - how do I configure clearml to use a...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, I'm struggling to make ClearML connect to a standalone redis instance. I think the culprit is that somehow I need to get ssl=True into the config but the...
one year ago