search multiple fieldnames from one searchbox?

3 posts by 2 authors in: Forums > CMS Builder
Last Post: December 9, 2008   (RSS)

Re: [bruno] search multiple fieldnames from one searchbox?

By Dave - December 9, 2008

Niki,

You're so close! Good guess! :)

Try this:
<input class="propertySearchbox" width="250px" type="text" name="property_highlights,address,city_keyword" />

See the search docs for more details:
http://www.interactivetools.com/docs/cmsbuilder/viewer_search.html

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] search multiple fieldnames from one searchbox?

By bruno - December 9, 2008

Thanks Dave!