hey all,
Needed some help.
Im trying to do some query type stuff with ES, and wanted to know if it would even be possible, if so, how would I accomplish something like this.
SELECT * FROM Tickets WHERE (status = open AND queue = support) AND (email = *@1234.com OR email = *@67890.com OR last_response >= 15 minutes)
or
SELECT * FROM Tickets WHERE (status = closed AND queue = help) OR (status = open AND queue = support)