Page 1 of 1

Tip: Select by Tag

Posted: 13 Feb 2009 12:14
by admin
(I said this already elsewhere but it is so nice it merits its won topic... :) )

You can use the Selection Filter (Ctrl+M) on columns like this: "comment:honey", or "tag:red;blue", or "tag:gr*" (match Green and Grey), to select all items in the list with the matching column contents.

You can do this also with Scripting:

Code: Select all

selfilter "red;blue", , "tag";
You could create a UDC with the above script and assign a KS to it.

Don


Don

Re: Tip: Select by Tag

Posted: 11 May 2012 17:16
by Reve_Etrange
Oh hi,

This Ctrl-M tag filter doesn't work anymore, does it?
I have tagged quite a few images, and I would like to filter those with a specific tag, without resorting to a full search.
Is it possible?
Also, can I filter via the Visual Filter thing?

Re: Tip: Select by Tag

Posted: 11 May 2012 20:15
by admin
Reve_Etrange wrote:Oh hi,

This Ctrl-M tag filter doesn't work anymore, does it?
I have tagged quite a few images, and I would like to filter those with a specific tag, without resorting to a full search.
Is it possible?
Also, can I filter via the Visual Filter thing?
Seems to work here. You must know that this filter has not a lot of smartness. It's a simple string match. So you would pass your tag, e.g. "dog". enclosed in wildcards:

Code: Select all

Tags: *dog*

Re: Tip: Select by Tag

Posted: 11 May 2012 20:35
by Reve_Etrange
Ah, the keyword is "tags:" - plural.
It works for selection, but no luck for visual filter.
Any special syntax for VF?

Re: Tip: Select by Tag

Posted: 11 May 2012 20:42
by admin
VF does not support columns.

Re: Tip: Select by Tag

Posted: 11 May 2012 20:43
by Reve_Etrange
Ok, thanks.