Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

GenericSoapPort GET_SEARCH_RESULTS multiple criterias

Augustin R.Apr 7 2025

Hello,

I need to get files from UCM with several criterias file name and deposit date.

I use idcws/GenericSoapPort

When I use <ucm:Field name="QueryText">dOriginalName <starts> `file_name`</ucm:Field> it works
When I use <ucm:Field name="QueryText">dCreateDate >= `4/07/25 06:00 AM`</ucm:Field> it works

I'm trying to combine the two criterias like :
<ucm:Field name="QueryText">(dOriginalName <starts> `file_name`) + (dCreateDate >= `4/07/25 06:00 AM`)</ucm:Field>
<ucm:Field name="QueryText">(dOriginalName <starts> `file_name`) AND (dCreateDate >= `4/07/25 06:00 AM`)</ucm:Field>

but I get the same message : <ns0:Field name="StatusMessage">Unable to retrieve search results. The query text is invalid.</ns0:Field>

How can I combine the two criterias please ?

Thks !

Best regards,
Augustin

Comments
Post Details
Added on Apr 7 2025
0 comments
140 views