I am using AjaxSearch Version 1.9.0 and MODx Version 1.0.3.
I am trying to exclude email addresses from search and result pages. I have created a TV `person_to_email` and below is my code.
Snippet Call:
[!AjaxSearch? &showIntro=`0` &landingPage=`21` &moreResultsPage=`21` &showMoreResults=`1` &addJscript=`0` &whereSearch=`content:pagetitle,longtitle,description,alias,introtext,content|tv` &withTvs=`-:person_to_email` !]
Landing Page:
[!AjaxSearch? &ajaxSearch=`0` &showInputForm=`0` &whereSearch=`content:pagetitle,longtitle,description,alias,introtext,content|tv` &withTvs=`-:person_to_email`!]
Also, Is there a way to change the value of the Submit button from "Go!" to something else? I am formatting the Submit button to be a graphic with CSS and this works fine with FireFox. With Internet Explorer I am having the Go! text appear on top of the graphic. I don’t recall this being a problem before I upgraded to AS 1.9.0.
Here is my CSS code:
#ajaxSearch_submit {
width:25px;
height:24px;
background:url(../images/but_search.png) no-repeat;
border:0;
cursor:pointer;
overflow: hidden;
text-indent:-5000px;
margin:9px 0 0 2px;
float: left;
}
Thanks,
Brian