Closed (duplicate)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
5 Mar 2008 at 18:29 UTC
Updated:
7 Dec 2014 at 17:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
asak commentedJust what i'm looking for. subscribing.
Using Faceted Search we can get it to search pre-defined ranges. what's needed is a dynamic range.
Comment #2
david lesieur commentedMarking #315500: Support +/- for numerical/date fields as duplicate. That post describes more use cases, though.
Comment #3
vladimir.dolgopolov commentedHere is the patch to get a range queries functionality.
Range Searches
Comment #4
pwolanin commentedI'm not sure the regex is right here - a range query can have extra whitespace inside and still be valid.
Comment #5
pwolanin commentedalso, the original code seems to be doing an entire unnecessary preg_replace to remove leading/trailing " rather than just using the original capture pattern.
Actually, I think the original code has some serious logic errors - or at the least it is very difficult to understand why it works if you have multiple values for a field, some of which are quoted and some not.
Comment #6
pwolanin commentednow duplicate to: http://drupal.org/node/369944 and http://drupal.org/node/293989
Comment #7
cyberswat commentedBoth of the duplicate issues have been fixed ... does this mean range searches are now supported?