Clarify which fields are searched by default

This commit is contained in:
Gondlar 2016-06-16 18:53:55 +02:00 committed by GitHub
parent d3d52da012
commit 3ea9706f4e

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::