Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not operator for query #1604

Closed
Profpatsch opened this issue Sep 12, 2015 · 1 comment
Closed

not operator for query #1604

Profpatsch opened this issue Sep 12, 2015 · 1 comment

Comments

@Profpatsch
Copy link
Member

There should be a not operator for queries (or it should be documented).

Example: I want to find all album by artist Evanescence, but not their album “Evanescence”:

beet list "artist:evanescence -album:evanescence"

or maybe

beet list "artist:evanescence not album:evanescence"

The second one doesn’t really show how far it binds (e.g. is it (not one) two or (not one two)), though.

@sampsyo
Copy link
Member

sampsyo commented Sep 13, 2015

Yes, we should indeed! See #819. And thanks for the ideas about syntax.

@sampsyo sampsyo closed this as completed Sep 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants