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

eatloaf’s picture

Title: custom Views support » custom path

It'd be nice if there was an option to customize the path.

eatloaf’s picture

Title: feature requests » ability to hide 'free'tags

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

eatloaf’s picture

Title: custom path » ability to use as a block

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

eatloaf’s picture

Title: ability to use as a block » feature requests
malc_b’s picture

Title: ability to hide 'free'tags » feature requests

See 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?

malc_b’s picture

I 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?