Hi
I'm trying to create a multi field search form, the site is for a real estate agent so I need to create an advanced search form including "property type", "number of bedrooms", "location" etc. I've created a search page with each field named as "zoom_query" but the result is some thing like the following.
www.xyz.com/search.php?zoom_query=4+bedroom&zoom_query=house
Zoom only searches on the last field ie in this case house. How do I consolodate the fields so I get something to the effect of...
www.xyz.com/search.php?zoom_query=4+bedroom+house
I'm new to search engines so any help pointing me in the right direction would be appreciated, I've tried changing things in the javascript and php files to no avail.
Cheers
Jay
I'm trying to create a multi field search form, the site is for a real estate agent so I need to create an advanced search form including "property type", "number of bedrooms", "location" etc. I've created a search page with each field named as "zoom_query" but the result is some thing like the following.
www.xyz.com/search.php?zoom_query=4+bedroom&zoom_query=house
Zoom only searches on the last field ie in this case house. How do I consolodate the fields so I get something to the effect of...
www.xyz.com/search.php?zoom_query=4+bedroom+house
I'm new to search engines so any help pointing me in the right direction would be appreciated, I've tried changing things in the javascript and php files to no avail.
Cheers
Jay
Comment