Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Search expression
#1
Question 
Hey,

I'd like to make a library search which would give me all songs who match comment tag #1 OR comment tag #2.

Initially I thought it would be an easy job: I tried my best but after so many fails I'm asking for help! Anyone?? ^^
Reply
#2
Try using a PERL regular expression in the Advanced Search search field
https://en.wikipedia.org/wiki/Regular_ex...c_concepts

Something like below. The vertical bar | means OR


Code:
=~ comment tag #1|comment tag #2
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
(11-17-2024, 12:24 PM)Tim Curtis Wrote: Try using a PERL regular expression in the Advanced Search search field
https://en.wikipedia.org/wiki/Regular_ex...c_concepts

Something like below. The vertical bar | means OR


Code:
=~ comment tag #1|comment tag #2

Thanks! Smile
Reply


Forum Jump: