<cfsearch> doubt
Hello,
I'm having some trouble with the <cfsearch> tag. I managed to index my database query to my collection, and I can search the data. However, I want to get the field names for the values returned from the search. Here's an example:
I have a table called media that has the following columns: name, id, postdate, url, type, user, extension
After search using cfsearch, how do I get the values of name, id, postdate, url, type, user and extension. Since there are more than 4 fields, I cannot use custom1-custom4 in my cfindex. What can I do to retrieve this data?
Thanks.
