Closed (fixed)
Project:
Taxonomy Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Apr 2009 at 23:30 UTC
Updated:
13 May 2009 at 02:40 UTC
Like most online shopping sites do, as the user drills down into the criteria, show the current search criteria (at the top of the page, like breadcrumbs) and change the search block to be a 'refine your search' block. This means:
From the current search criteria area, the user will be able to:
Also, collect node counts while retrieving the criteria (i.e., the taxonomy terms) so as to avoid multiple individual queries from the tf_count module. (This performance change needs to be done for the other submodules too.)
Comments
Comment #1
solotandem commentedIncluded in tonight's dev release.
Comment #2
styro commentedSounds good. Just a quick note...
If I have understood your change, this should make the incompatibility between tf_multi and tf_count to go away. Now that the main term name link is the primary menu link that reflects what terms will be shown, the tf_count should work properly again.
If tf_count and tf_multi end up working properly together after this, the known issues in the README.txt should be updated.
Edit: I now see that was you goal :)