fix searching when queries include non-ascii characters (#271)

This commit is contained in:
Jason Dove
2021-06-15 10:33:02 -05:00
committed by GitHub
parent b38ba14c40
commit b580125e86
14 changed files with 159 additions and 140 deletions
+1
View File
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix blazor error font color
- Fix some audio stream languages missing from UI and search index
- Fix audio stream selection for languages with multiple codes
- Fix searching when queries contain non-ascii characters
## [0.0.46-prealpha] - 2021-06-14
### Added