website searches for visitors

4 posts by 2 authors in: Forums > CMS Builder
Last Post: February 9, 2011   (RSS)

Re: [rez] website searches for visitors

By Jason - February 9, 2011

Hi,

Take a look at the Search Engine section of the CMS Builder docs:

http://www.interactivetools.com/docs/cmsbuilder/viewer_search.html

These can be used on front end forms.

For example, if you have a CMS Builder field called "description" and you wanted to search for a string within that field, you could use an HTML field like this:

<input type= "text" name= "description_keyword" />

Hope this helps get you started.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] website searches for visitors

By rez - February 9, 2011

Oh. Looks great. Question, looking at the custom form documentation, I am wondering how to make a keyword search through the title AND the description?

thanks.

Re: [rez] website searches for visitors

By Jason - February 9, 2011

You can string names of fields together separated by commas. _keyword goes at the end.

<input type="text" name="title,description_keyword" />

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/