You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2024. It is now read-only.
First of all, thank you for the great app. I have been using it for a while and it is very convenient. However, I found a problem with the search function in the app. When I search for an artist with the "|" character in the name, the search result is empty.
For example, if I want to search for an artist with the name "NameA | NameB", the search query used in the app now is
artist:"NameA | NameB"
while the correct format which works fine in e-hentai website is
artist:"NameA$"
This issue is similar to the one mentioned in #584.
Version
4.0.0
使用的操作系统/Operating system
Android, iOS, macOS
日志/logs
GET https://e-hentai.org/?f_search=artist:"NameA | NameB"
headers:
{user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36, host: e-hentai.org, cookie: nw=1; ipb_member_id=xxx; ipb_pass_hash=xxx; ipb_session_id=xxx; sk=xxx; event=1xxxxxxx3}
data:null