Beter content definition (column, search,...)
Posted: 2012-07-02, 16:20 UTC
I use a lot custom view, search with content plugin, file group .....
I miss sometime more elaborated way to define what i want.
One of my favorite plugin is SuperWDX because it add a filtering capability on each column but unfortunately it is not so well maintained, do not support 64Bit and unicode.
I think it could be great to have a kind of dynamic definition. To have an idea of what i mean :
Where group use TC file group definition, and or are logical operator, match regex match.
$U For uppercase or $l lowercase $C Capital only
I miss sometime more elaborated way to define what i want.
One of my favorite plugin is SuperWDX because it add a filtering capability on each column but unfortunately it is not so well maintained, do not support 64Bit and unicode.
I think it could be great to have a kind of dynamic definition. To have an idea of what i mean :
Code: Select all
[$IF(tc.ext in 'gif', 'jpg', 'png', 'bmp') = definition of column as today ][optional Else part]
[$IF(tc.size.Mo > 50) definition of column as today]
[$IF( GROUP(Image) and tc.creationdate match "2010.*" ) ......
Code: Select all
$U([="-----"tc.file Type])