Merge pull request #2054 from Gondlar/patch-1

Clarify which fields are searched by default
This commit is contained in:
Jack Wilsdon 2016-06-16 22:07:13 +01:00 committed by GitHub
commit cb5db71a61

View file

@ -13,7 +13,7 @@ This command::
$ beet list love
will show all tracks matching the query string ``love``. Any unadorned word like this matches *anywhere* in a track's metadata, so you'll see all the tracks with "love" in their title, in their album name, in the artist, and so on.
will show all tracks matching the query string ``love``. By default any unadorned word like this matches in a track's title, artist, album name, album artist, genre and comments. See below on how to search other fields.
For example, this is what I might see when I run the command above::