I'm using Rws.LanguageCloud.Sdk and call ListTermbaseTermsAsync to get the list of Terms. How can I filter Terms based on termbaseFieldValues? Can I use search and searchType to implement this?
I'm using Rws.LanguageCloud.Sdk and call ListTermbaseTermsAsync to get the list of Terms. How can I filter Terms based on termbaseFieldValues? Can I use search and searchType to implement this?
Hi Vitalii Lytvynenko , the LanguageCloud API’s List Termbase Terms endpoint does not support filtering directly on termbaseFieldValues via additional query parameters. The search and searchType parameters only apply to the term text itself (and their behavior is defined as “normal” for an exact match, “linguistic” for language-dependent similarity, or “fuzzy” for fault-tolerant matching). They do not extend to matching custom field values on the term entries.
That doesn't stop you from implementing this logic on yr client-side.
I'll propose this as an API change proposal; thx for this feedback.