Skip to content

Commit

Permalink
Library: document new text filter operator '=' (find exact matches)
Browse files Browse the repository at this point in the history
Co-authored-by: Swiftb0y <[email protected]>
  • Loading branch information
ronso0 and Swiftb0y committed Oct 11, 2023
1 parent b118a11 commit 44bd192
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source/chapters/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44bd192

Please sign in to comment.