Closed Bug 1038883 Opened 10 years ago Closed 7 years ago

SuperSearch apparently doesn't want a query for a specific day

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: Yoric, Unassigned)

Details

When it comes to searching against a date, SuperSearch allows operators <= < > >= but apparently there is no equality operator. I have tried  date=>=some-date&date=<the-next-day, but this doesn't return what I expect. I have tried all the syntaxes I could find in the documentation of Elastic Search http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html, in vain.
Apparently, I made a typo somewhere as this now works.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Date operators must work in SuperSearch because that's how we build the signature reports. They're basically::

 signature = SIGNATURE
 date >= NOW - 7 days
 date < NOW
 product = Firefox  (depending on you coming from the Top Crashers)
 version = 56.0b    (depending on you coming from the Top Crashers)
Status: REOPENED → RESOLVED
Closed: 10 years ago7 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.