Needs review
Project:
Faceted Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2010 at 14:36 UTC
Updated:
6 Jun 2011 at 14:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
miiimoooThis new version of this patch set adds a feature that makes the behavior of faceted search more natural: normally the weight of the different facets dictates the order of facets in the selection box and breadcrumb (and title). With this patch the facets are weighed according to the route the user took. For instance, if a user clicked on a country, then region, the breadcrumb will be country->region. If a user clicked on region, then country, the breadcrumb will be region->country. This also happens to the facet block: it will look something like this
and case 2
This patch and the functionality it introduces is desperately in need for a better name. Also it's amazingly useful. You'll find it in the environment settings labeled:
Comment #2
miiimoooShould've checked the previous patches first. Included the wrong diff. Here is the complete patch set...
Comment #3
kvoltz commentedhas anyone gotten this working? Either I am doing something wrong trying to run this patch - or something isn't hooked up properly.
thanks so much!
Comment #4
kvoltz commentedcorrection, I got the patch working - was a stupid mistake on my part, however there was a failure : Hunk #16 FAILED at 837.
And, because of this - it doesn't seem to be working at all.
Is there an update to this patch - or perhaps a fix to the file?
Its pretty simple, I just don't want the facets showing up in the results title.
Thanks for any help you can provide.
Comment #5
kvoltz commentedHeh, never mind. I should have checked a bit closer. I was using the most current stable version. Switched to the .dev version and everything is working perfectly. Well done!
Comment #6
miiimoooThis is a patchset against the July 11 dev version. In addition to the features listed above there are a couple of more features that may never make it into the module.
This is a heavily modified version of faceted_search which can be used to build a complex site navigation system. It contains a few fundamental changes so have a play and see how it works.
Comment #7
eiland commenteddoesnt apply against the 2011-Feb-25 version.