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
Unanswered
Is There A Way To Change The Name Of Mongodb Databases Used By Clearml? We Want To Have Two Self-Hosted Instances Of Clearml That Are Going To Use The Same Mongodb, But Since They Both Use The

Is there a way to change the name of MongoDB databases used by ClearML? We want to have two self-hosted instances of ClearML that are going to use the same MongoDB, but since they both use the auth and backend databases inside the MongoDB, they are going to clash?

  
  
Posted 4 months ago
Votes Newest

Answers

441 Views
0 Answers
4 months ago
4 months ago
Tags