Hi,
I am trying to search Metadata in library and unfortunately it is not working for me. I am using the methods as per the documentation and I am not sure what I am doing wrong here. The search is only searching the first and the last item in the search argument.
SearchArgument sa=new SearchArgument();
sa.setProfileCondition("EXT:

TATE IN ("NY", "AK", "NJ"));
Collection coll = library.searchMetadata("EXT:

TATE", sa);
The last line returns only returns NY and NJ
If I search for only one or two states, it returns the right result but if I search for more than 2 states, it returns only the first and last.
Can anyone help me with this?
thx