Needs review
Project:
Ranged Search for Faceted Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2010 at 12:58 UTC
Updated:
14 Feb 2012 at 17:57 UTC
Hi everyone,
This patch allows users to define ranged search for ubercart products' sell price.
It applies to the fsrange_number.module.
Best regards,
Fanyalla.
| Comment | File | Size | Author |
|---|---|---|---|
| fsrange_uc_sell_price.patch | 820 bytes | 6lv1 |
Comments
Comment #1
dicreat commentedPatch work for me.
Thanks!
Comment #2
6lv1 commentedSounds good :)
Comment #3
arski commentedbrilliant stuff :)
Comment #4
arski commentedMaybe I was a bit hasty..
this seems to work.. and it seems to count the number of items in every range correctly.. but when I click on any of the options, it doesn't seem to filter the results of my search at all.. wondering if this is an issue of this patch or range fs or something..
Comment #5
vin247 commentedPatch fails for me, get the following error:
Hunk #1 FAILED at 14.
1 out of 1 hunk FAILED -- saving rejects to file b/sites/all/modules/fsrange/fsrange_number.module.rej
I'm on drupal 6 using the same version of fsrange. Any help would be appreciated.
*EDIT* Applied the patch manually, seems to work now.
Comment #6
plachYou might want to try http://drupal.org/project/uc_price_facet.
Comment #7
arski commentedhmm, no dependency on fsrange for that module? sounds weird.. if it reimplements that feature, then why.. if it doesn't provide it, then it's useless kind of..
Either way, if it works, we should look at incorporating the functionality in here.. no need for yet another mini-module imo :o
Comment #8
vin247 commentedIs it possible to apply greater than values using the php code?
@ plach... I've tried that module but unfortunately for me, although it counts the number of items correctly it doesn't filter the results
PS after applying this patch manually to fsrange it does the job, just need to be able to add a greater than option, ie 1000+
*EDIT* Just read the readme and api.txt file, I really need to go through these more often
Comment #9
arski commentedhmm, just found an issue with the above patch: the facet does not get removed from the "guided search" block if I select some range - the results are filtered correctly, and the facet is added to the "current search" block..
Is anyone still alive in this module? :)