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

P: SDK: catalog:findPhotos() criterion "depthMap" doesn't work

LEGEND ,
Dec 30, 2019 Dec 30, 2019

Copy link to clipboard

Copied

The boolean criterion "depthMap" for catalog:findPhotos() doesn't work. It always returns an empty array, for both "isTrue" and "isFalse".

RackMultipart2019123117551lpum-4e0ba0c1-5643-4197-bd75-dfa7c9bf8729-1015146416.pngRackMultipart2019123117551lpum-4e0ba0c1-5643-4197-bd75-dfa7c9bf8729-1015146416.png

RackMultipart201912316958721tu-cf90eef5-b7a9-490f-a089-89e80073a2bc-1093494603.pngRackMultipart201912316958721tu-cf90eef5-b7a9-490f-a089-89e80073a2bc-1093494603.png

RackMultipart20191231695871wrt-56869ca6-e10f-479c-b89d-d4545166c933-1783673317.pngRackMultipart20191231695871wrt-56869ca6-e10f-479c-b89d-d4545166c933-1783673317.png

Bug Fixed
TOPICS
macOS , Windows

Views

39

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

correct answers 1 Correct answer

LEGEND , Apr 26, 2021 Apr 26, 2021

Not a bug after all. There's a missing operand "value = true" -- it should be:

catalog:findPhotos {searchDesc = {
    criteria = "depthMap", 
    operation = "isTrue", 
    value = true}}

It's not documented, but all criteria with the "isTrue" and "isFalse" operations require "value = true".

Votes

Translate

Translate
2 Comments
Adobe Employee ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

Thanks for letting us know, John.
We will look into this.

Thanks,
Sunil

Votes

Translate

Translate

Report

Report
LEGEND ,
Apr 26, 2021 Apr 26, 2021

Copy link to clipboard

Copied

LATEST

Not a bug after all. There's a missing operand "value = true" -- it should be:

catalog:findPhotos {searchDesc = {
    criteria = "depthMap", 
    operation = "isTrue", 
    value = true}}

It's not documented, but all criteria with the "isTrue" and "isFalse" operations require "value = true".

Votes

Translate

Translate

Report

Report