Skip to content

Commit

Permalink
Merge pull request #590 from ronso0/search-exact
Browse files Browse the repository at this point in the history
Library: document new text filter operator '=' (find exact matches)
  • Loading branch information
daschuer committed Oct 12, 2023
2 parents 37190cd + 3cd706a commit 0c4da76
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 **=** to find exact matches. It reveals 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 0c4da76

Please sign in to comment.