If We Search For Two Keywords Using An OR Condition, Will The Response Include The Exact Keyword
(Doc ID 3034903.1)
Last updated on JULY 22, 2024
Applies to:
Oracle Content Management - Version N/A to N/AInformation in this document applies to any platform.
Goal
In OCM, if we search for two keywords using an OR condition, will the response include the exact keyword matched against the Content ID ,
for example if- ContentId 1 has keyword 'payment'
ContentId 2 has keyword 'Account'
Our query will look like 'https://xxx/content/management/api/v1.1/items?q=taxonomies.categories.id'.eq "<TAXONOMIES_CATEGORIES_ID>"&limit=100&offset=0&totalResults=true&includeAdditionalData=true&default="Account" or "Payment"&links=related&fields=id,name,type,updatedDate,updatedBy,status,fileGroup,translatable,language,varSetId,languageIsMaster,versionInfo,isPublished,repositoryId,changes,typeCategory,advancedVideoInfo,lockInfo,scheduled,workflowInstances,fileExtension,connectorFileInfo,@related.keywords&returnMaster=true&q=repositoryId eq "<REPOSITORY_ID>"
Can response have the keyword which is mapped against the content id ?
Response should look like below:
ContentId 1 has keyword 'payment'
ContentId 2 has keyword 'Account'
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |