Using the filterbar to only show items with a certain label?

I really like how the Filterbar works. Does it allow label names as input? so for example if I quickly wanted to only show files with label Red.

Filter Bar is for names (and files/folders) only.

1 Like

Got it

You could make a button
First
Make a filter
I called mine LabelRed
My label was Red
In the text box where it says Red click the down arrow and pick the name of your label

Then Make a buttom

set QUICKFILTERCLEAR
Go REFRESH
Select LabelRed FILTER hideunsel
Select DESELECT ALLDIRS

How to use buttons and scripts from this forum - Buttons/Scripts - Directory Opus Resource Centre (dopus.com)

You will need another button to clear the filter

set QUICKFILTERCLEAR
Go REFRESH

1 Like

Hey thank you so much for offering this potential solution. I will look into it!