From 3ea9706f4e9d59b1818fdc7ba5ea1bd6cb1fce7a Mon Sep 17 00:00:00 2001 From: Gondlar Date: Thu, 16 Jun 2016 18:53:55 +0200 Subject: [PATCH] Clarify which fields are searched by default --- docs/reference/query.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query.rst b/docs/reference/query.rst index 82a16869d..2f3366d4c 100644 --- a/docs/reference/query.rst +++ b/docs/reference/query.rst @@ -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::