Closed
Bug 1384138
Opened 8 years ago
Closed 4 years ago
Make email case insensitive in ES
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: peterbe, Unassigned)
References
Details
Let's store the email field in a way that we can querying case INsensitively.
We don't need the default "Text" analyzer because we'll only ever query by the whole email address. I.e. I don't think we're interested in finding crashes sent by "peter".
Reporter | ||
Comment 1•8 years ago
|
||
As discussed, here's a sample implementation for another field
https://github.com/mozilla-services/socorro/blob/09f0c570bfc6053f5da26feaac645a4bd17c5e9a/socorro/external/es/index_creator.py#L16
Going make this depend on ES 5.
Depends on: 1322630
Comment 2•4 years ago
|
||
Given bug #1688883 covering removing the Email field, I'm marking this as WONTFIX.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•