Trados Studio
Trados Enterprise
Trados Team
Trados GroupShare
Trados Business Manager
Passolo
MultiTerm
RWS AppStore
Connectors
Beta Groups
Managed Translation
MultiTrans
TMS
WorldServer
Language Weaver
Language Weaver Connectors
Language Weaver Edge
Tridion Docs
Tridion Sites
LiveContent S1000D
XPP
Language Developers
Tridion Docs Developers
Community Help
RWS User Experience
Internal Trados Ideas Community
Mercury
RWS Community Internal Group
RWS Professional Services
RWS Training & Certification
Style Guides
RWS Campus
RWS Enterprise Technology Partners
Trados Approved Trainers
XyUser Group
ETUG (European Trados User Group) Public Information
Nordic Tridion Docs User Group
Tridion UK Meetup
Tridion West Coast User Group
Trados Studio Ideas
Trados GroupShare Ideas
Trados Live Team Ideas
Trados Live Terminology Ideas
Trados Enterprise Ideas
Trados Business Manager Ideas
MultiTerm Ideas
Passolo Ideas
RWS Appstore Ideas
Tridion Docs Ideas
Tridion Sites Ideas
Language Weaver Ideas
Language Weaver Edge Ideas
Managed Translation - Enterprise Ideas
TMS Ideas
WorldServer Ideas
LiveContent S1000D Ideas
Contenta S1000D
XPP Ideas
Events & Webinars
To RWS Support
Detecting language please wait for.......
Hello,
how I can find tags or filtering for tags in Studio editor view? Because in some segments there are tags that needs special attention. For now I have to scroll slowly throw the hole file to find them, but maybe there is a better way.I'm using Studio 2011, 2014, 2015. I didn't find a option, a function or something like that. In the old Trados 2007 TagEditor there was the possibiliy to find text in tags. This is what I need in Studio too.
Is this possible and I just know nothing about it?
thx
Hi Paul Filkin hi Mirko Bratke
I've just discovered that I can search for tags with the new display filter in Studio 2017.
See images below...
Searching in an xml-based sdlxliff:
and you don't even…
Hi Paul,
THANK YOU THANK YOU THANK YOU for meddling! I read that post when I was half asleep and had forgotten you said that.
Just goes to prove that it's easier to write something in when you first create…
Hi Alison,
thank you so much for this hint. It helped me greatly today.
Additionally, I would love to see for invoicing purposes an easy to use "tag counting option" as I would like to charge more for…
Hi Mirko,
It's not possible out of the box, but you can do it with at least one of the apps on the AppStore. So here I seareched for the word "size" in tags in the source and as you can see this returns all the segments containing tags with the text "size" in them.
You can double click the segments in the results window and will be taken to the appropriate segment. The app you need for this is the "Integrated Search Views" app:
You can dock it into any location in Studio so I just added it to the TM results location as an additional tab so it's simple to get at when needed. It's also better to have it somewhere you can extend the size of the pane to get at all the options when using the Filter.
Hope that's what you needed?
and you don't even need to include the whole tag:
Useful for searching for non-breaking space tags:
Also works with a bilingual .xlf-based sdlxliff:
I thought maybe it was a fluke, only working on html-type files but it works with Word-based sdlxliffs too and even just the opening < is enough to filter these tags:
I asked myself if I was the only person who didn't know this? Am I slow on the uptake?
I found this out by accident as I was searching for segments that began with a specific letter and was surprised that the filter didn't pick up the letter if there was a tag at the beginning of the segment so wondered if, miracle upon miracle, the new filter was 'seeing' tags.
And it is!
Don't do anything to change that, please! It is soooo useful!
Thanks!
Ali
Hi Bruce, The regular filter in the Review ribbon does not see tags at all so if you want to simply use Regex without the worry of filtering tags by accident, then you can stick to that filter for regex searches. However, you might want to filter for All repetitions of numbers and letters combos (that may also occur in the midst of a tag) in Draft content for example and you wouldn't be able to do that without using the new filter's other features. In that instance, as you say, a checkbox to turn tag visibility on and off would be a great idea. I have no idea how hard that would be to program.
As much of my work includes reviewing technical translations of jobs that have been computer-generated and often need to have tags intact and identical, source to target, before they will upload to the client's complex online software, I am delighted I can check the tags this way. All the best, Ali :)
Hi Bruce,
That which you describe is still possible with the filter on the Review tab as you'll see below, the tags don't feature in the search:
The same search in the Advanced filter produces no result as it sees the tags.
So, yes, to be able to switch the tag search off and on would be good...
Though, unless you want to use the extra features of the new filter, you're still fine with the Review tab filter and I doubt that will change.
They're still both present because they both have their different functions, I presume.
All the best,
Bruce Campbell said: The use of different regex functions in the Review ribbon and Advanced Display Filter was probably a programming mistake, and will likely be "corrected" sometime.
PS... There is no difference in the regex functions between the two filters, they both work the same. The end result is different because the old filter was never programmed to 'see' tags and I'm guessing that it never will be, probably because of the way it was programmed in the first place.
Is that so, Paul Filkin, Daniel Brockmann?
Have a good evening one and all!
Ali :)
Bruce Campbell said:The use of different regex functions in the Review ribbon and Advanced Display Filter was probably a programming mistake, and will likely be "corrected" sometime.
Actually you're wrong! I had forgotten about this until Ali reminded me, but I confirmed it with the developer this evening and he actually added this in after I asked him just before any more changes were locked down for the release. So what's missing here now is an enhancement to do what you've suggested and that is to be able to explicitly say search in tags or not.
The advanced display filter was actually built using the API for this feature and it has been opensourced... so anyone can add this (any developer anyway) and you can even check the code where you'll see it wasn't a mistake!
https://github.com/sdl/Sdl-Community/tree/master/AdvancedDisplayFilter
Whatever the case may be, this is something really useful, and I hope that Alison Field's request to not change anything (or, at most, add a checkbox to toggle the search in tags) will be fulfilled!
Bruce Campbell said:If there are unexpected bookmark tags, formatting tags or optional hyphen tags in a segment, then the regex match will fail.
Can you mock up a small test file to prove this point?
Here's a very simple Regex search that shows that the filter on the Review tab is not affected by tabs:
another example:
The filter on the Review tab does not see the tags.
On the same document, with exactly the same search & regex pasted into the Advanced display filter, only the segment with no tags is found:
second example:
This is because the advanced filter sees the tags as text...
Does that help?
Ali :))