Gossamer Forum
Home : Products : DBMan : Customization :

Search Options

Quote Reply
Search Options
Hi everyone!

I have 3 fields which shares the idential values, and on my search form, I would like to have an option where they select on one value and it will search the 3 fields


any idea??
let me explain more clearly

3 fields;


Û_select_fields = (
most_favorite_food =>'thai,chinese,japanese,spanish,greek,fastfood',

favourite_food
=>'thai,chinese,japanese,spanish,greek,fastfood',

least_favorite_food
=>'thai,chinese,japanese,spanish,greek,fastfood'


Since they are sharing the indetial value I was wondering if anyone can do a search base on the vaule and in the mean time search for all 3 fields???


thanks!


Quote Reply
Re: Search Options In reply to
You could just use the keyword search option, and do a search for "spanish" (for example) - then all records with the word "spanish" would be returned.

This could be controlled by the use of a <SELECT NAME="keyword">

If you're not already offering keyword searches, then this could be a temporary work-around.

Otherwise it'll take some perl hacking which I'm not too confident with yet Smile

/me turns the floor over to the 'vets Wink

- Mark

Astro-Boy!!
http://www.zip.com.au/~astroboy/
Quote Reply
Re: Search Options In reply to
Thanks Mark!
:D
Go Astro Go Astro Go Astro GO!