I am having a tough time trying to do what I want to do.
In a nutshell, I am trying to create a "universal" termbase that contains all terms, whether preferred, binding, deprecated or whatever. From this termbase, I would like to export everything but the deprecated terms to create a termbase that is useful for translators in Trados Studio (basically to prevent deprecated terms from even appearing in autocomplete). The problem I am having is that synonyms are also being exported regardless of my filter settings. Here is my filter:
Target->Term status = Binding
(and)
Target-Approval status = Validated
The entries with "binding" terms, however, often contain synonyms that have been marked as deprecated and these are being exported as well, which defeats my purpose.
I have tried amending the filter by adding the following line:
(and)
Target->Term status !*abc* (doesn't contain) "Deprecated"
But this isn't working.
I hope I'm clear enough in what I'm trying to do (if not, I will be glad to provide more information). Is it possible?
Thanks for any help!!!