Question
Verity search results showing SQL code
This site is still in development and that's why the domain
hasn't transferred yet:
http://financial-strategist.dataride-previews.com/index.cfm.
If you perform a search for the word
business, for example, some of the search results display
the SQL query code. How can I eliminate this from being included in
the search results?
My results page is as follows:
<cfsearch
name = "fs_search"
collection = "fsdocs, affdocs, bodocs, profdocs, wibdocs"
criteria = "#Form.Criteria#"
maxrows = "35">
<CFOUTPUT QUERY="fs_search">
<a href="#url#"><strong>#Title#</strong></a> <br>
#Summary# <br />
<br />
</CFOUTPUT>
My results page is as follows:
<cfsearch
name = "fs_search"
collection = "fsdocs, affdocs, bodocs, profdocs, wibdocs"
criteria = "#Form.Criteria#"
maxrows = "35">
<CFOUTPUT QUERY="fs_search">
<a href="#url#"><strong>#Title#</strong></a> <br>
#Summary# <br />
<br />
</CFOUTPUT>
