Hi,
I'm trying to build a search mechanism for my site using the 'Finder' module http://drupal.org/project/finder
The site is a bed & breakfast listing for "My Town"
I have created a Taxonomy Vocabulary called "My Town". Within it are a number of terms such as: Double rooms, single rooms, rooms with Ensuite, off street parking etc. About a dozen of them.
Firstly I used 'Views" to create a 'Page' searching for the entire Vocabulary "My Town". This seems to work fine. It produces a page with all the entries tagged using terms from the "My Town" Vocabulary.
Next I wanted 'Finder' to find particular entries from within that big list, "double Rooms" for instance.
The "Finder' setup seemed to go well. I want to use checkboxes for the search so that users can tick boxes for "Double rooms" and "Off-street parking" and get shown listings with those tags.
The problem is that only a few checkboxes appear. Five out of a dozen. The search seems to work as such but not all my terms are being used.
What am I doing wrong, please :-)
S