• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CFsearch as datasource

Explorer ,
May 08, 2007 May 08, 2007

Copy link to clipboard

Copied

Is there a way to turn CFsearch results into a dynamic datasource that can be easily used with Spry datasets? I would like to return a CFsearch result into a Spry table, but am having a mental block on the possible solution. I've thought of creating a static XML page from search results, but that sounds clunky. Any ideas out there?

Thanks,
TOPICS
Advanced techniques

Views

268

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 10, 2007 May 10, 2007

Copy link to clipboard

Copied

LATEST
From the documentation it seems like you should be able to use <cfcollection action="list"> in conjunction with some code that converts a CF recordset into XML (I've seen some custom tags floating around that do that). You'll just have to make sure you format the XML in a way that will work with Spry (Spry doesn't play well with too many nested elements).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation