Hi all,
First, a rather belated Happy New Year :)
Im using Farcry v4.0.0 (build 1394). Ive created verity indexes of the
site content. When I search the site, the results are displaying
characters such as
's
"
where there should be a single quote and
“
”
where there should be a left and right quote respectively.
When browsing the site, the content is displayed as nornal, without
being able to see the character coding.
I havnt touched any of the code within _search.cfm
Here is the code that displays the results:
<!--- output results --->
<cfoutput query="qResults" maxrows="#maxrows#"
startrow="#url.startrow#">
<div style="margin:0px 30px 10px 0px;">
#score#
<!--- check for extFile or farcry object --->
<cfif left(key,2) eq "\\">
<a href="#application.url.webroot#/download.cfm?
extFile=#key#">#qResults.title#</a>
<cfelse>
<!--- farcry object --->
<a href="#application.url.conjurer#?
objectid=#key#">#qResults.title#</a>
</cfif>
<br />
#summary#
</div>
</cfoutput>
The variable #summary# is what outputs the search results. Ive tried
REReplace to see if I can replace some of the characters, but not joy.
Any ideas ?
TIA
Baz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---