Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Virgils #1
cfindex - body attribute problem
I have a cfindex that uses all custom attributes (a comma seperated list of
unique identifiers per custom attribute). so now that i've used them all i want
to add the rest of my query columns to the body attribute.
but when my description column passes the 700 characters it wont insert the
rest of the columns into the body. so with each row some are added and some are
not.
<cfindex
query="jobs2"
collection="jobplanet"
action="refresh"
type="Custom"
key="jobId"
title="jobName"
custom1="regionIds"
custom2="brancheIds"
custom3="appointmentIds"
custom4="educationLevelIds"
body="dateInserted,description,jobName,experienceL evelIds">
so when outputting i sometimes miss dateInserted,jobName,experienceLevelIds in
the body (summary) output. only when the 'description' has more then 700
characters.
ps. the description is a textfield from mssql that i cast to varchar
Virgils Guest
-
Problem with body text extraction with HTML::Parser
Hi, I have been using HTML::Parser to extract the textual data from an HTML document I am using the following code: my $p =... -
cfindex help
I'm creating a search utility/interface for an online magazine. I've created my collection using cfcollection, that I included on my search page... -
style-attribute problem
Hello I'm wondering if there's a way to get the style-attribute removed from the <table>-tag that is generated from the DataGrid control. ... -
Ereg: select all text between <BODY> </BODY> tags..
Hi yes it is possible. You can use ereg() to acoomplish this "Marco Snoek" <@DONT _ YOU^DARE%SEND/SPAM!!!@remove/this@remove/this> wrote in... -
problem with CacheDuration attribute
Hi, I wan't to cache webservice responses with the CacheDuration attribute of the webmethod. The problem is now that this doesn't work from the...



Reply With Quote

