Fix path filters (#3041)

* Fix path filters
* Replace getPathSearchClause
* Remove incorrect tests
This commit is contained in:
DingDongSoLong4
2022-10-26 09:48:13 +02:00
committed by GitHub
parent a60afc162f
commit 1c0042c4c2
7 changed files with 31 additions and 108 deletions

View File

@@ -1,2 +1,5 @@
### ✨ New Features
* Added tag description filter criterion. ([#3011](https://github.com/stashapp/stash/pull/3011))
### 🐛 Bug fixes
* Fix path filter behaviour to be consistent with previous behaviour. ([#3041](https://github.com/stashapp/stash/pull/3041))