Hello,
We are using code like the following to search a termbase:Termbase oTb = oTbs["Termbase name"];
TermbaseSearch search = oTb.Search;
search.Direction = Sdl.MultiTerm.TMO.Interop.MtSearchDirection.mtSearchDown;
search.MaximumHits = 10;
search.FuzzySearch = true;
search.SearchExpression = "search term";
search.SourceIndex = "English";
HitTerms oHits = search.Execute();
Is it possible to customize the search further? Specifically, we would like to lemmatize the terms in the termbase before performing the search.
We are using Trados Studio 2024.
Thank you,
Helena
