Active
Project:
Taxotouch
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 May 2009 at 02:18 UTC
Updated:
30 Oct 2009 at 19:49 UTC
Great module! I'm separating out a few feature requests into separate issues for your convenience.
It would be great if one could specify a Views to use for the search output, as does the Faceted Search module. I'm working on an image site and I would like to have more control over how the results are displayed.
Comments
Comment #1
eatloaf commentedIt'd be nice if there was an option to customize the path.
Comment #2
eatloaf commentedas one refines the search, it'd be useful to hide terms that are no longer relevant ( class = 'free' ).
I can sort of do this in CSS by setting the display to none on 'free' and 'capitally', but to work well it would do to:
Hide only the letters of empty sets.
Add a 'clear' button that would reset the selection.
Comment #3
eatloaf commentedlast one i promise:
I'd like to have the option of placing the search bits in the sidebar, the the results displayed as they are now, in the page.
Comment #4
eatloaf commentedComment #5
malc_b commentedSee http://drupal.org/node/466834 for changing the URL
How do you hide terms with "free"? When you first display taxotouch all the terms are "free" so if display of "free" is set to none there are no terms to see. The only way I can see to do it is to add php to detect if URL has terms and then define "free" style accordingly. Or is there a simpler way?
Comment #6
malc_b commentedI should add to the list of feature requests leading and trail text option. And the option to scroll down, or something like that. My problem is that I have a lot of terms so when the user clicks a term it isn't immediately obvious that the user needs to scroll down to see the results. Making the free terms disappear is one option as that then brings the data into view. Automatically scrolling down to the start of the data is another. Or perhaps the data should appear above as a collapsed box?