Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2008 at 05:31 UTC
Updated:
26 Apr 2009 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
vladimir.dolgopolov commentedNot sure is that a feature request or a bug report.
Though if negative queries is tested in tests then it's a bug report I think.
Comment #2
pwolanin commentedWe are passing these fields in as filter queries - in contrast to previously as the q param. I think this will not work for the current query class because we look for field names like so:
The $name will never have a leading
-and hence will never be matched.Comment #3
pwolanin commentedwe could correctly handle negative filters with something like the change attached.
Comment #4
pwolanin commentedComment #5
pwolanin commentedComment #6
pwolanin commentedplus a start at handling these facets if they exist.
Comment #7
pwolanin commentedreroll for views patch
Comment #8
pwolanin commentedFurther cleanup for facet code and date facet code.
Comment #9
pwolanin commentedcommitted to 6.x