0

I'd like to use the Java CWS web service to perform searches against Metadata stored in categories.

When I execute the getFieldInfo method the searchable fields in my categories are not listed. I'm trying to figure out the structure of the query expression for searching this info.

Any help greatly appreciated.

abarisone
  • 3,707
  • 11
  • 35
  • 54
ccudmore
  • 193
  • 1
  • 7

1 Answers1

0

In case anyone comes across this, the attributes for categories are not returned by the getFieldInfo method. They have special names in the format of: attr_xxxxx_yyy, where xxxxx is the id of the category and yyy is a sequential number, incremented for each attribute in the category.

ccudmore
  • 193
  • 1
  • 7