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
Hi, Is It Possible To Be Able To Manupulate Not Only The Body Of The Retrun Of Clearml-Serving Requests. I Want To Add Custom Authentication And Want To Return 401 Not Authorized. When I Raise An Httpexception(Status_Code=Http_401_Unauthorized) It Does No

Hi, is it possible to be able to manupulate not only the body of the retrun of clearml-serving requests. I want to add custom authentication and want to return 401 not authorized. When I raise an HTTPException(status_code=HTTP_401_UNAUTHORIZED) it does not work but gives a 500 internal server error.

  
  
Posted 29 days ago
Votes Newest

Answers

61 Views
0 Answers
29 days ago
29 days ago
Tags