Thanks Alan, I updated the nightly build and the error is gone.
Moving on, now I'm having another issue! I can't get sorting to work in CFSearch. Before, I could just put whatever column I wanted sorting done in in the sort="column" parameter. Now it seems to be ignored, and sort according to RANK. Ex. <cfsearch name="collection_dump" collection="my_catalog" type="simple" criteria="*" sort="title"> Looking at the current http://openbd.org/manual/?/tag/CFSEARCH page, I don't see sort or sortdirection as valid parameters any more. How should I sort cfsearch results? Do I need to do a 2nd TSQL query against the original query and sort that? -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
