Skip to content

Commit d29cc7b

Browse files
committed
Refine docs for #1586
1 parent a0a9af2 commit d29cc7b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/changelog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ Fixes:
4646
written to files. Thanks to :user:`jdetrey`. :bug:`1303` :bug:`1589`
4747
* :doc:`/plugins/replaygain`: Avoid a crash when the PyAudioTools backend
4848
encounters an error. :bug:`1592`
49-
* The check whether the file system is case sensitive or not could lead to
50-
wrong results. It is much more robust now.
49+
* The case sensitivity of path queries is more useful now: rather than just
50+
guessing based on the platform, we now check the case sensitivity of your
51+
particular filesystem. :bug:`1586`
5152
* Case-insensitive path queries might have returned nothing because of a
5253
wrong SQL query.
5354
* Fix a crash when a query contains a "+" or "-" alone in a component.

docs/reference/query.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ Note that this only matches items that are *already in your library*, so a path
202202
query won't necessarily find *all* the audio files in a directory---just the
203203
ones you've already added to your beets library.
204204

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

208208
.. _query-sort:
209209

0 commit comments

Comments
 (0)