Filter in Bases

Hi,

Is it possible to filter by parts of a tags name in Bases?

So

file tags contains Lyri

finds tags Lyrics and Lyrics/authors

Thanks in advance

Mick

Hi.

Perhaps …

file.tags.toString().contains("Lyri")
1 Like

Perfect hint. Thanks so much.

1 Like