Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
davidem  
#1 Posted : Monday, December 19, 2011 10:20:52 PM(UTC)
davidem

Rank: Advanced Member

Joined: 6/24/2011(UTC)
Posts: 147
Location: New York, NY

the Show Usage button, or perhaps any other filtering, does not have a way that I can find to specify an "exact" tag to match, so that when I search for usage of a tag "Fenics", it also finds all instances of "Fenics Integration". Is there a syntax, like for grep, where I can indicate that it must match the complete tag token, and not include similar ones?

I tried using "^Fenics$", but that gives no results
admin  
#2 Posted : Tuesday, December 20, 2011 9:23:13 AM(UTC)
admin

Rank: Administration

Joined: 4/13/2010(UTC)
Posts: 872

"Fenics Integration" or group:"Fenics Integration" should work
davidem  
#3 Posted : Tuesday, December 20, 2011 10:59:48 PM(UTC)
davidem

Rank: Advanced Member

Joined: 6/24/2011(UTC)
Posts: 147
Location: New York, NY

yes, I understand that, but the filter for "Fenics" (for "Show Usage") shouldn't be showing "Fenics Integration", a separate tag. Currently Show Usage give incorect results in this circumstance.
admin  
#4 Posted : Wednesday, December 21, 2011 9:48:01 AM(UTC)
admin

Rank: Administration

Joined: 4/13/2010(UTC)
Posts: 872

Short summary about how it works, currently it is the same for all timelines

keyword search - something
phrase search - "something something"
keyword withing group - group:something
phrase withing group - group:"something something"

The problems with tags
Internally for us tags consist of multiple groups. Groups on tag timeline are essentially multi groups or group lists.

When we were working on Autotags we came to the same conclusion, that we need something for exact match, so we added
group="something" (you can see these rules if you right click on items in summary part (lower right) and choose Filter)

On other timelines this works ok, because there is only one group, but on Tag timeline it is weird. On tag timeline group is not group but rather group list combined.
Lets take your example, lets say I have these tags:
"Fenics Integration"
"Tag 1, Fenics Integration"

If I write filter like group="Fenics Integration", it will match first tag, but not the second. I can also write group="Tag 1, Fenics Integration" to match just the second.
But there is no way to get both. So here is what we can do. We can add one more keyword for use with tags, grouplist.

So we could say
grouplist="Fenics Integration"
to match the first tag, then
group="Fenics Integration"
to match both, so to look for a group not group list.
We would change the way group keyword works on tag timeline to really mean group, not group list.

Hope I explained it well enough. Would that help?

Edited by user Wednesday, December 21, 2011 9:49:49 AM(UTC)  | Reason: Not specified

Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.