cancel
Showing results for 
Search instead for 
Did you mean: 

Searching for documents assigned to taxonomy categories

Former Member
0 Kudos

Hi,

I need a way of searching documents assigned to specific taxonomy categories.

E.g. Search all documents containing the words “KM and Portal” and classified in category “Enterprise Portal” and “Knowledge Management”.

Is any direct way, or first need to do a search and then, using the result list, pass trough all the results (one by one) and check if they are classified on specified categories?

Can anyone provide a code sample, or give me some hints?

Thanks and Regards,

John

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello John,

After creating the Taxonomy categories, you need to set a query using the Query Builder at the category level.

Example: These queries would be like <category-name> contains 'a*'.

You can select the required options using the Query Builder.

Please read more here:

http://help.sap.com/saphelp_nw2004s/helpdata/en/c5/18d83d4d855610e10000000a114084/frameset.htm

Warm Regards,

Ritu

Former Member
0 Kudos

Hi everybody,

Is there a way to do this programmatically as well?

Regards,

Stefan