I have a category that has 20+ attributes in it. I need to do a search based on several of the attributes, but when I call the GetFieldInfo method, it is only returning 8 of the attributes. If I try to search from the Advanced Search screen in OpenText, I am able to search based on all attributes for that category.
This is the call I am making:
var fieldInfo = searchClient.GetFieldInfo(ref otAuth, "'LES Enterprise'", "The Category Name");
This returns 8 of the 21 attributes for the category. What am I missing in order to return the rest of the attributes? I can only search or return data dealing with those 8 attributes.