Page 1 of 1
Question - Refining search query using dropdown tag lists
Posted: Tue Feb 04, 2014 6:40 pm
by tylemicus
I have a general question regarding a specific function for a module. Where can I find a module that operates like a 'refine search' query, using dropdown lists? For example, using the Kelly Blue Book website, I can specify the year, make, model, color, mileage, etc. to find a price value for a specific car using a dropdown tag list. Can anyone help me? Thanks in advance!
Re: Question - Refining search query using dropdown tag list
Posted: Tue Feb 04, 2014 10:04 pm
by calguy1000
2 of my modules provide an 'advanced search' capability. Products, and CompanyDirectory... though CompanyDirectory has undergone some changes lately.
If you are a programmer you can start drilling down from the action.search.php in those modules.
Re: Question - Refining search query using dropdown tag list
Posted: Fri Feb 07, 2014 1:25 am
by applejack
Depends what you are trying search but if core page content you could also use CGISimpleSmarty module.
Re: Question - Refining search query using dropdown tag list
Posted: Fri Feb 07, 2014 10:03 pm
by tylemicus
Thank you, I will consider these options.