Closed
Bug 1100394
Opened 11 years ago
Closed 11 years ago
Implement simple_query_string in Advanced Search
Categories
(support.mozilla.org :: Search, defect, P2)
support.mozilla.org
Search
Tracking
(Not tracked)
RESOLVED
FIXED
2014Q4
People
(Reporter: rrosario, Assigned: rrosario)
References
Details
(Whiteboard: u=contributor c=search p=1 s=2014.21)
Now that we have two separate views/forms/urls for simple search (end user focused) and advanced search (contributor focused), we can do awesome things.
Contributors want a more powerful search query parser. Input uses simple_query_search:
https://wiki.mozilla.org/Firefox/Input/Search_syntax
This is something that contributors have recently requested since we stopped allowing Google to index a lot of our content.
Let's do it!
Assignee | ||
Comment 1•11 years ago
|
||
doing this starting today or so
Assignee: nobody → rrosario
Priority: -- → P2
Whiteboard: u=contributor c=search p= s=2014.21
Target Milestone: --- → 2014Q4
Assignee | ||
Comment 2•11 years ago
|
||
See bug 794083 for more details.
Assignee | ||
Comment 4•11 years ago
|
||
The docs for the version of ES we use:
http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/query-dsl-simple-query-string-query.html
An example on how fjord does it:
https://github.com/mozilla/fjord/blob/430c462defb9a215448b961f6fcfa94b3de55120/fjord/analytics/views.py#L274
Comment 5•11 years ago
|
||
> since we stopped allowing Google to index a lot of our content.
Can you elaborate on that?
Assignee | ||
Comment 6•11 years ago
|
||
(In reply to Mike Kaply (:mkaply) from comment #5)
> > since we stopped allowing Google to index a lot of our content.
>
> Can you elaborate on that?
See bug 1081933.
Kadir can elaborate more, but apparently it has improved our helpfulness rating a bunch for people coming from Google. They no longer land on random questions that aren't solved and, therefore, not helpful at all to our end users.
Comment 7•11 years ago
|
||
(In reply to Ricky Rosario [:rrosario, :r1cky] from comment #6)
> (In reply to Mike Kaply (:mkaply) from comment #5)
> > > since we stopped allowing Google to index a lot of our content.
> >
> > Can you elaborate on that?
>
> See bug 1081933.
>
> Kadir can elaborate more, but apparently it has improved our helpfulness
> rating a bunch for people coming from Google. They no longer land on random
> questions that aren't solved and, therefore, not helpful at all to our end
> users.
Some contributors (including me) are not happy with that change since SuMo's Advanced search is not good. Related discussion:
https://support.mozilla.org/forums/contributors/710806 Change in support forum threads indexed by Google or other search engines: Only solved threads will be shown
Assignee | ||
Comment 8•11 years ago
|
||
In a pull request:
https://github.com/mozilla/kitsune/pull/2227
Assignee | ||
Comment 9•11 years ago
|
||
Assignee | ||
Comment 10•11 years ago
|
||
The documentation has been submitted for review in the KB:
https://support.mozilla.org/en-US/kb/using-advanced-search
Assignee | ||
Comment 11•11 years ago
|
||
This was deployed to prod.
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee | ||
Comment 13•11 years ago
|
||
This was about 2pts.
Whiteboard: u=contributor c=search p= s=2014.21 → u=contributor c=search p=1 s=2014.21
You need to log in
before you can comment on or make changes to this bug.
Description
•