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
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.
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:
Expected behavior
Server should replace '+' characters in the search term with spaces (or %20 if manipulating the url).
The text was updated successfully, but these errors were encountered: