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
LazyGoat32
Moderator
2 Questions, 3 Answers
  Active since 16 March 2023
  Last activity one year ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
0 Answers
616 Views
0 Votes 0 Answers 616 Views
Is it normal for the agent to just give 0 output when run in docker? At most it gives me "Using environment access key...." But it's not pulling tasks from a...
one year ago
0 Votes
8 Answers
500 Views
0 Votes 8 Answers 500 Views
None
one year ago
0 <no title>

The server is set up as http, but I reverse proxy it as https.

one year ago
0 <no title>

The problem boils down to this. The server thinks it's on http, but its really on https via a proxy. And therefore the agent tries to reach the api on http.

one year ago
0 <no title>

I shouldn't have to, just trying to be as verbose as possible so it works. I don't think the proxy is at fault because it works over the same proxy but http instead of https, and it works with the same proxy for the web endpoint, just not for the api endpoint.

one year ago