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,
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")
Perfect hint. Thanks so much.