Thank you for your donation!


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


Advanced Search
#3
(09-15-2023, 05:44 PM)Huebi Wrote: Hi,

is it possible to specify more than one value in the search mask? The (i) says it must be vlike == value, ot != value. I'm afraid its not possible but maybe i'm wrong and doping it not in the correct way. I would like to excvlude two (or even more) genres, so itried != genre1 genre2 or != genre1 != genre2 but the cresult is always empty. So i guess everything after != kis treated as value, and than its understandable thatv the result is empty.

In upcoming final end-of-year release I've added PERL regular expression operators =~ and !~ which allow for multiple search values for example to exclude multiple genres you would enter the following in the Genre field.

Code:
!~ Rock$|Classical$|Jazz$|Pop$|Latin$|Metal$|New Age$
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
Advanced Search - by Huebi - 09-15-2023, 05:44 PM
RE: Advanced Search - by Nutul - 09-15-2023, 06:59 PM
RE: Advanced Search - by Tim Curtis - 09-15-2023, 08:25 PM
RE: Advanced Search - by Huebi - 09-17-2023, 06:44 PM
RE: Advanced Search - by Tim Curtis - 09-17-2023, 07:42 PM
RE: Advanced Search - by Nutul - 09-17-2023, 10:54 PM
RE: Advanced Search - by Tim Curtis - 09-18-2023, 12:22 AM
RE: Advanced Search - by Huebi - 09-21-2023, 10:31 AM
RE: Advanced Search - by the_bertrum - 09-18-2023, 02:01 PM
RE: Advanced Search - by Tim Curtis - 09-21-2023, 01:09 PM

Forum Jump: