(CFMX 7)

Using:

<cfsearch 
        name="site_results" 
        type="internet"
        collection="#request.verityspider#"
        criteria="#verityKeywords#"
        status="site_results_status"
        suggestions="always"
        ContextPassages = "1"
        ContextBytes = "200"
        maxrows="50"
/>

....I'm expecting the following keys in "site_results_status"

*found
*searched
*time
*suggestedQuery
*keywords
*keywordScore

....but I'm only getting the bare-bones keys:

*found
*searched
*time

What could be going wrong? It seems straightforward, but my experience doesn't 
match the docs. I filed a bug report with Adobe, but Adobe's bug list might be 
a rocky place, where my seed can find no purchase.

Besides, maybe I'm just screwing something up, or maybe there's some 
undocumented caveats that you helpful folks might be able to point out.

Thanks,
Jamie 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290982
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to