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

EntityLoad

Explorer ,
Jan 23, 2013 Jan 23, 2013

Copy link to clipboard

Copied

This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WS32C28934-CDCE-497f-8212-6342141C5846.html

Views

471

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
Participant ,
Jan 23, 2013 Jan 23, 2013

Copy link to clipboard

Copied

Regarding the filtercriteria, multiple key-value pairs should be comma separated.

The following statement given above (see Parameters section) is misleading:

i.e. If there are more than one key-value pair, then the AND operator is used.

Correct statement:

If there are more than one key-value pair, each pair should be separated with a comma e.g. {firstname="Marcia", lastname="Em"}.

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
LEGEND ,
Jan 23, 2013 Jan 23, 2013

Copy link to clipboard

Copied

You are misreading the text. It's explaining what happens on the DB side of things: eg if you pass two filter criteria, then they are ANDed in the DB filter clause, not ORed. It's NOT explaining the syntax to use for the argument (which is clearly stated as being a struct, which is correct).

--

Adam

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
Participant ,
Jan 23, 2013 Jan 23, 2013

Copy link to clipboard

Copied

LATEST

Thanks Adam!

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