Closed
Bug 763624
Opened 13 years ago
Closed 13 years ago
Make location searchable
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jsocol, Unassigned)
References
Details
(Whiteboard: [good first bug])
Once we have location, we'd really like to make it possible to search by location. There are some mockups on bug 657071 but I think we may want to make this a little more iterative, so for this bug let's just make sure the site search includes it.
Comment 1•13 years ago
|
||
Here is the feature wiki for location-based searches:
https://wiki.mozilla.org/Mozillians/Phonebook/Search#.05_-_Location_Results
Updated•13 years ago
|
Whiteboard: [good first bug]
Comment 2•13 years ago
|
||
Ok, I've done some investigation and here's what I can tell:
* We need to update Mozillian's ElasticSearch instance to the latest release of ElasticUtils (bug 783082)
* Use term-phrase query on country, region and city
Comment 3•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/491f18d549e8797de69ac973092e0b786bacb482
[fix bug 763624] Make location (country, region, city) searchable.
https://github.com/mozilla/mozillians/commit/598ec9efb894b19aea76f55a0dbae84be002163b
Merge pull request #319 from glogiotatidis/763624
[fix bug 763624] Make location (country, region, city) searchable.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
omg awesome. when will this land on the live site?
Comment 5•13 years ago
|
||
Likely Wednesday/Thursday of next week.
Comment 6•13 years ago
|
||
We need to use text_phrase instead of query_string for location search. This is fixed on the latest elasticutils, commit b318e9.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/82d4c550bd60ad57fcb5cd8b7a155b6d9f3c6e54
[fix bug 763624] Use text_phrase instead of query_string for location search.
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•13 years ago
|
||
testing on dev looks good
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•