Download & Extend

Clone a faceted search environment / features integration

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

Title:Ability to clone a faceted search environment» Clone a faceted search environment / features integration

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.

AttachmentSize
faceted_search-706030.patch 4.61 KB

#3

Status:active» needs review

#4

A small correction to fix the import of filters.

AttachmentSize
faceted_search-706030-2.patch 4.65 KB

#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.

AttachmentSize
faceted_search-706030-exportable_delta.patch 5.58 KB

#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.

nobody click here