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
Answered
Additionally I'M Wondering If You Can Configure The Routes For The Api, Server And File Server To Be Paths Instead Of Sub-Domains: I.E.

additionally i'm wondering if you can configure the routes for the api, server and file server to be paths instead of sub-domains:
i.e.
http://clearml-server.domain.com/api
http://clearml-server.domain.com/files
http://clearml-server.domain.com/web

  
  
Posted one year ago
Votes Newest

Answers


ScantMoth28 it should work, I think default deployment also has an NGINX with reverse proxy on it switching from " http://clearml-server.domain.com/api " to " http://api.clearml-server.domain.com "

  
  
Posted one year ago
754 Views
1 Answer
one year ago
one year ago
Tags