diff --git a/source/chapters/library.rst b/source/chapters/library.rst index 65d6d68bee..f04065edb4 100644 --- a/source/chapters/library.rst +++ b/source/chapters/library.rst @@ -413,6 +413,19 @@ Mixxx supports the following filters: It doesn't matter if you have space between the colon and the argument or not. Quotes must be used for multi-word text arguments. + You can use the **=** operator to find only tracks where the entire property + text equals the search term. As without **=**, you must use quotes for more than one word. + The first of the examples below will find only tracks where the title is + "wow" (case-insensitive like the default search), i.e. not "wowy", "oh wow!" + or "wow (Hej Remix)". + + Examples + :: + + title:=wow + title:= "Track 1" + artist:="DJ Flop" + * **Numeric filtering**: bitrate, bpm, played, rating, track, year Examples