Closed (fixed)
Project:
Search API
Version:
7.x-1.x-dev
Component:
Facets
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2011 at 23:06 UTC
Updated:
7 Jul 2012 at 00:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
nbucknor commentedComment #2
drunken monkeyThanks for submitting the patch!
I don't really know which behaviour could be seen as the „expected“ one, but if no-one objects in the next few days I'm inclined to follow your opinion there.
Comment #3
emorency commentedFor SOLR at least, the specification is that it should be a "<="...
See http://wiki.apache.org/solr/SolrQuerySyntax:
"field:[* TO 100] finds all field values less than or equal to 100"
Comment #4
emorency commentedThis git patch applies on 7.x.1.x
Comment #5
emorency commentedWith the correct file name this time...
Comment #6
Shadlington commented#5 works for me :D
I too think that should be the default behaviour
warning: contrib/search_api_facetapi/plugins/facetapi/query_type_term.inc has type 100755, expected 100644
Comment #7
mollux commentedworks and solves the problem
Comment #8
drunken monkeyThanks, committed!