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
Hi Everybody, When Using A Custom S3 Bucket (A Minio One) The Webapp Cant Load The Debug Samples. It Displays "Unable To Load Image". When Checking The Developer Console It Is Full Of Errors Like

Hi everybody, when using a custom S3 bucket (a minio one) the webapp cant load the debug samples. It displays "Unable to load image". When checking the developer console it is full of errors like Unable to parse "https//s3.mydomain.xyz" as a whatwg URL. or ERROR EndpointError: Custom endpoint https//s3.mydomain.xyz was not a valid URI . The issue seems related with a missing : in the URI. The endpoint in the configuration page of the webapp is correct. The images are correctly uploaded in the bucket

  
  
Posted one year ago
Votes Newest

Answers 8


Yes. It seems a bug of the UI but it is weird that was unnoticed

  
  
Posted one year ago

The file has been uploaded correctly in the bucket

  
  
Posted one year ago

You missed a ":" in your URL after "https"

  
  
Posted one year ago

This is the configuration in the webapp

  
  
Posted one year ago

https://
missied a colon?

  
  
Posted one year ago

This is the error

  
  
Posted one year ago

Yes!

  
  
Posted one year ago

Oh, I see, it's there in UI

  
  
Posted one year ago