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
Second Question: I Want To Run Clearml-Server Without Fileserver. However, It Seems Like The Webserver Has Some Dependency On It (I Get Some Nginx Error). Am I Assuming Correct, That It Is Currently Not Possible To Run Clearml Without Fileservers?


ReassuredTiger98 this is simply because the nginx is configured with the fileserver address and fails because the address itself is invalid - I think that if you override this address with something valid (even though that's not a proper fileserver) the error should not appear. Try setting the NGINX_FILESERVER_ADDRESS env var in the docker compose for the webserver with something like http://apiserver:8008

  
  
Posted one year ago
110 Views
0 Answers
one year ago
one year ago