jobobby04 / TachiyomiSY

Free and open source manga reader for Android
Apache License 2.0
2.88k stars 156 forks source link

No results when library search contains colon (:) #1288

Closed jroovy closed 1 month ago

jroovy commented 1 month ago

Steps to reproduce

  1. Add entries that have ":" in title to library (example: Re:Zero)
  2. Search for "re:zero" in library

Expected behavior

Search results should return Re:Zero entries

Actual behavior

Search results are empty

Crash logs

No response

TachiyomiSY version

Dev Build 566

Android version

Android 11

Device

Motorola G5s Plus

Other details

Screenshot_20241017-013244533 Screenshot_20241017-013254006

Acknowledgements

jobobby04 commented 1 month ago

: is a special character in the search, there are sources that use : as a separator so it is handled differently from other characters. If you need to search something with a :, just remove it from the query and put a space.