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

[search] API returns an error 400 when the query contains a double quote character " #1734

Open
hacketiwack opened this issue Mar 22, 2024 · 0 comments

Comments

@hacketiwack
Copy link
Collaborator

hacketiwack commented Mar 22, 2024

Current situation
When searching for content with a double quote, an error 400 is returned to the caller.

Steps to reproduce

  1. Call the search API with an expression containing a double quote.
    e.g.: /api/search?type=album&expression=artist+includes+%22%22%22
  2. An error 400 (invalid request) is thrown.

Expected situation
Such a query should not throw an error. The double quote could be ignored, or escaped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant