Closed
Bug 898222
Opened 12 years ago
Closed 12 years ago
Search returns same results no matter what you search for
Categories
(Webmaker Graveyard :: webmaker.org, defect)
Webmaker Graveyard
webmaker.org
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 890326
People
(Reporter: brett, Unassigned)
Details
Try the following searches
-"foo"
-"bar"
-"whatever"
-"awesome"
notice they all return the same results
Comment 1•12 years ago
|
||
Hmm, I see different results for each. I presume this is on production and when using the "all" search?
Comment 2•12 years ago
|
||
Nope, I see it. Will look into it in the morning, unless some night owl gets to it first.
Status: NEW → ASSIGNED
Component: webmaker.org → MakeAPI
QA Contact: cade
| Reporter | ||
Comment 3•12 years ago
|
||
yes those steps are actually bogus, but surfacing some weird troubles.
This make:
https://cappleton.makes.org/popcorn/19pa
seems to come up in all the following searches, despite not having tags, descriptions or titles that match:
-cat
-awesome
-cool
(yes in production)
Status: ASSIGNED → NEW
Component: MakeAPI → webmaker.org
QA Contact: cade
Comment 4•12 years ago
|
||
Interesting.
I cannot reproduce locally, even after ensuring I'm running the exact same tags that we are on production. Is this a caching issue?
I double checked the documentation of the filters I implemented for Elastic Search. The "should" clause in the "bool" filter that I use for OR searches like this requires at least one of the filters inside it to match.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•