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