Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Searches with "+" in the search term return no results #25

Closed
csmith1210 opened this issue Sep 15, 2024 · 1 comment
Closed

[BUG] Searches with "+" in the search term return no results #25

csmith1210 opened this issue Sep 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@csmith1210
Copy link

Describe the bug
My use case is using Redirector to only redirect searches to BiblioReads. The search url from Goodreads has the string with '+' as the deliminator. When this is passed to BiblioReads, the search results are empty. If the same string is passed with spaces as the deliminator, then the correct results are returned.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://biblioreads.eu.org/search/going+on+a+bear+hunt
  2. See no results
  3. Go to https://biblioreads.eu.org/search/going%20on%20a%20bear%20hunt
  4. See results

Expected behavior
Server should replace '+' characters in the search term with spaces (or %20 if manipulating the url).

@csmith1210 csmith1210 added the bug Something isn't working label Sep 15, 2024
@nesaku
Copy link
Owner

nesaku commented Sep 21, 2024

Thanks for reporting this bug. This has been fixed in 60d30d9 (v2.23.2).

@nesaku nesaku closed this as completed Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants