Page 1 of 2
Visual filters - Tags, labels, comments, properties
Posted: 13 Aug 2015 16:20
by highend
Any chance to support the use of all of the four components from the subject (including extra columns)?
Would be nice to filter a list by, e.g.:
prop:#image.dimensions = <x> x <y>
ex5:*garcia*
tags:wildcat|lions
...
Re: Visual filters - Tags, labels, comments, properties
Posted: 13 Aug 2015 16:43
by bdeshi
big +1
Re: Visual filters - Tags, labels, comments, properties
Posted: 15 Aug 2015 11:38
by Stef123
dbl-big fat ++1
Re: Visual filters - Tags, labels, comments, properties
Posted: 15 Aug 2015 12:27
by admin
Thinkable (although I don't like to think about the slowness this will bring to browsing... especially properties...).
Re: Visual filters - Tags, labels, comments, properties
Posted: 15 Aug 2015 15:42
by highend
although I don't like to think about the slowness this will bring to browsing... especially properties...
Maybe only enabled by a setting (default = off) so that only those who need it, switch it on?
Re: Visual filters - Tags, labels, comments, properties
Posted: 15 Aug 2015 16:06
by Stef123
Or by leaving out props if that slows down too much. It seems like labels and tags can be read in fairly quick, judging from quicksearch.
Re: Visual filters - Tags, labels, comments, properties
Posted: 01 Sep 2015 16:11
by admin
Done. And also for Color Filters.

Re: Visual filters - Tags, labels, comments, properties
Posted: 01 Sep 2015 16:21
by highend
Re: Visual filters - Tags, labels, comments, properties
Posted: 01 Sep 2015 18:35
by LittleBiG
cmt: doesn't work form me with accented characters.
Re: Visual filters - Tags, labels, comments, properties
Posted: 01 Sep 2015 20:25
by admin
Yep, coming...
Re: Visual filters - Tags, labels, comments, properties
Posted: 28 Sep 2015 01:41
by kunkel321
admin wrote:Done. And also for Color Filters.

Do you mean the prop:#image.dimensions has been added?
I have added this
Code: Select all
"1920x1080 pixels" prop:#image.dimensions = 1920 x 1080 >FFFF80,FB4F04
to my Instant Color Filters, but it doesn't work as expected...
It seems to highlight everything that is not an image...
Re: Visual filters - Tags, labels, comments, properties
Posted: 28 Sep 2015 08:36
by admin
This worked already before tags supports. But you need the right syntax:
Code: Select all
"1920x1080 pixels" prop:#image.dimensions: 1920 x 1080 >FFFF80,FB4F04
Re: Visual filters - Tags, labels, comments, properties
Posted: 28 Sep 2015 12:56
by klownboy
I'm unclear on what is suppose to work in Visual Filters versus Color filters. The following works in Color Filters but not Visual Filters (with or without the pre-filter)...
Code: Select all
"Fugi Camera" prop:CameraModel:*X100S* //|filter:*.jpg
also tried this...
"Fugi Camera2" prop:System.Photo.CameraModel:*X100S*
Am I barking up the wrong tree or is the syntax wrong? Don's example works for me in Color Filters but not Visual Filters (without the color info). I also tried with a space between Camera and model/Model since that's the way it's seen in File Info Tips and in the Metadata. Maybe only certain props work or they haven't been implemented in Visual Filters. Not a big deal. I just didn't want to be spend anymore time trying to get something to work that isn't suppose to work. Thanks.
Re: Visual filters - Tags, labels, comments, properties
Posted: 28 Sep 2015 13:27
by admin
prop: is not supported in VF.
Re: Visual filters - Tags, labels, comments, properties
Posted: 28 Sep 2015 13:43
by klownboy
Thanks Don. I figured that was probably the case after so many attempts.