Discussions
Filecabinet Search
I'm doing a search and trying to retrieve all images under a certain folder. I get back a RecordList object with each Record listing the name, size, URL, etc. data for the images located under that folder. Problem is that getContent() and getFileType() give me nothing.
I took a look at the response XML and sure enough content and file type elements are not included. Is there a way to enable those elements to be included? Is there a setting or a preference to turn on somewhere? What am I missing?
* Update *
I thought maybe the content isn't sent back when you're doing a search because the amount of possible data that could come back in that situation so I took my search results, grabbed the internal id's, stuffed it into a RecordRef array and then did a getList() but still no dice. So what's going on here?