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
Profile picture
NutritiousAnt96
Moderator
1 Question, 3 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
5 Answers
827 Views
0 Votes 5 Answers 827 Views
Hello! I'm new to trains and am excited to try out the stack. I setup the trains server using Docker Compose and the services are running successfully. Howev...
4 years ago
0 Hello! I'M New To Trains And Am Excited To Try Out The Stack. I Setup The Trains Server Using Docker Compose And The Services Are Running Successfully. However, When I Do Train Init And Copy The Config Generated I'M Getting The Following Error:

Hi SuccessfulKoala55 Thanks for the quick response. You are right - there is an issue with the proxy. I received the following error with curl:

<html><head><title>504 Gateway Timeout</title></head> <body><h1>Gateway Timeout</h1> <p>Server error - server x.x.x.x is unreachable at this moment.<br><br>Please retry the request or contact your administrator.<br></p>. When I disabled the proxy I get : {"meta":{"id":"347820f898414cf185a30ae5fec2384f","trx":"347820f898414cf185a30ae5fec2384f","endpo...

4 years ago