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
Hey All, I Have Setup A Clearml Server (Self-Hosted, Ubuntu 24.04), And It Is Working Now, But I Am A Bit Unsure About Some Areas.


Hi @<1523701070390366208:profile|CostlyOstrich36> , thank you so much. I was able to resolve the preview and url issues, this was a configuration issue with CORS and my reverse proxy, also I had an SSL issue.
What I am currently wondering is, if there is a way to put tags programmatically on the items directly visible on the datasets pages? I know how to put tags on the dataset versions, but I could only find that I am able to manually tag datasets themselves at top-level... Can I have the tags of the first dataset version be automatically taken for the top-level item too? (I don't mean the project, but the "folder" that holds the dataset versions)?

  
  
Posted 3 months ago
63 Views
0 Answers
3 months ago
3 months ago