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
SlipperySparrow72
Moderator
1 Question, 2 Answers
  Active since 27 February 2025
  Last activity 6 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
4 Answers
539 Views
0 Votes 4 Answers 539 Views
6 months ago
0 Hello, Running Into Some Issues With Deploying The Clearml Server Helm Chart. Trying To Use External Connections To Managed Services For Redis Cloud, Atlas Mongodb, And Cloud Elasticsearch. Is There Currently Support For This Or Any Workarounds?

Hi @<1523701070390366208:profile|CostlyOstrich36> thanks for the help! Following Atlas Mongo documentation the connection string follows the format:
None
I run into parsing issues due to the +srv using Helm Chart: clearml-7.14.2 .
mongodbConnectionStringAuth

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_...
6 months ago