I am trying to search on an FTITLE using the PublicationOutput Find API.
The search works fine when I use a filter on a specific title.
But I'd like to search for a title that contains a string. For example, something like this:
metadataFilter = "<ishfield name=\"FTITLE\" level=\"logical\" ishoperator=\"in\">Part_of_the_title</ishfield>
This does not work and returns 0 hits.
I have also tried wildcards before and after the search term, and also receive 0 hits.
Is there a way to approximate a "contains" function with this API call?
Or should I be using the Search API instead?