Skip to content

Commit

Permalink
Refine docs for #1586
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Oct 7, 2015
1 parent a0a9af2 commit d29cc7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/changelog.rst
Expand Up @@ -46,8 +46,9 @@ Fixes:
written to files. Thanks to :user:`jdetrey`. :bug:`1303` :bug:`1589`
* :doc:`/plugins/replaygain`: Avoid a crash when the PyAudioTools backend
encounters an error. :bug:`1592`
* The check whether the file system is case sensitive or not could lead to
wrong results. It is much more robust now.
* The case sensitivity of path queries is more useful now: rather than just
guessing based on the platform, we now check the case sensitivity of your
particular filesystem. :bug:`1586`
* Case-insensitive path queries might have returned nothing because of a
wrong SQL query.
* Fix a crash when a query contains a "+" or "-" alone in a component.
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/query.rst
Expand Up @@ -202,8 +202,8 @@ Note that this only matches items that are *already in your library*, so a path
query won't necessarily find *all* the audio files in a directory---just the
ones you've already added to your beets library.

Path queries are case-sensitive if the file system the library is located on
is case-sensitive, case-insensitive otherwise.
Path queries are case sensitive if the queried path is on a case-sensitive
filesystem.

.. _query-sort:

Expand Down

0 comments on commit d29cc7b

Please sign in to comment.