Closed (duplicate)
Project:
Faceted Search
Version:
6.x-1.x-dev
Component:
General
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2008 at 14:00 UTC
Updated:
1 Oct 2010 at 11:21 UTC
Hi,
It would be nice to have a feed generated for each facet.
Thx
G5
Comments
Comment #1
david lesieur commentedAbsolutely!
Comment #2
janusman commentedCan't this be done with views?
Comment #3
david lesieur commentedWe'd normally rely on Views arguments to do this. But since the view is embedded, we'd need Faceted Search to pass on the argument to the view.
Also, it would be nice to provide feeds even when the search results are not displayed through a view.
Comment #4
apollonet commentedsure!
Comment #5
fletch11 commentedSorry to open this up again after a year but has this been figured out? There does not appear to be a way to set up Views RSS for views associated with a faceted search environment - since you need an argument within the view which won't work. Is there some other way to set up a feed for faceted search results?
Comment #6
alonpeer commentedI'd also love to know if there's a solution for this.
I thought of maybe having a display style "feed", but then we'll also have to be able to select more than one display style per environment.
Comment #7
omri100 commentedWe are still looking for this feature.
Is there any workaround solution?
Comment #8
dambrisco commentedI've been attempting to hack up something that will send the Filters used in a faceted search to Arguments for the View.
By "attempting to hack", I mean staring blankly at the API in hopes that something will make sense.
There's a decent chance that I'll just go ahead and start tossing some code around in the next day or two on my dev just to see if I can at least get the View receiving the filters as arguments. If anyone feels like pointing me in the right direction or giving me a hand, I'd love to have the help. My PHP experience is limited to Computed Fields and I hardly have half a clue about Drupal's functions, so it should be a fun ride.
Comment #9
codenamerhubarb commentedHas anyone had any luck with this? It would really be great to get an RSS feed of your current search criteria.
Comment #10
dambrisco commentedI ended up dropping Faceted Feed myself. It turned out that the additional functionality wasn't needed so I just used an exported block from Views. If I were to guess, it would probably be easier to write a module to modify how searching in Views works than to make this module work with Views, assuming that that direction is an option.
Comment #11
ari-meetai commentedDuplicate of http://drupal.org/node/596370