Posted by phayes on February 5, 2010 at 9:19pm
5 followers
| Project: | Faceted Search |
| Version: | 6.x-1.x-dev |
| Component: | General |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
would be great!
Comments
#1
Features integration would also be great, and much of the code to create a clone would be reused in features integration.
#2
In attachment a patch to add Features support to Faceted Search.
#3
#4
A small correction to fix the import of filters.
#5
Faceted search uses the numeric search environment to generate block deltas making block exporting problematic. Here is a patch that solves the issue by using environment names as unique id (instead of their numeric env_id); it's a kind of work around, environments will never be meant to be exportable until they keep a numeric id, but that would be a much bigger patch. I'm posting it here since it has to be applied after #4.
#6
Subscribing, would like to see this patch applied as soon as possible. Here some bg info about exportables from DrupalCon SF: http://dl.dropbox.com/u/4521056/exportables.pdf
#7
Subscribing.
#8
in case anyone is still needing this (i'm working on a site that still uses faceted search), just a heads up -- #4 + #5 worked great for me at featurizing my facet, but the rendered blocks from that facet were not available to panels. i didn't check the blocks admin to see if they were there, as i needed them in panels. so i reverted the patch, and then things were good again... and ironically i did *not* need to manually build out the facet because it worked from the first step. but anyhow, if you're starting from scratch, properly best not to bother.