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

MBS-10133: Clarify "empty query" bad request error #1026

Merged
merged 4 commits into from Jun 5, 2019

Conversation

reosarevok
Copy link
Member

@reosarevok reosarevok commented Apr 23, 2019

Fix MBS-10133

Collections aren't searched through the search server at all, if https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search is correct. As such, this should just say that the blank query was blank.

Also generalize what is seen as a blank query: given we can't have empty string or whitespaces as names, "", '' or " " should also be rejected as blank queries. Escaped quote marks, such as query=\", should be allowed in order to allow searching for fields containing quote marks.

lib/MusicBrainz/Server/Data/WebService.pm Outdated Show resolved Hide resolved
lib/MusicBrainz/Server/Data/WebService.pm Outdated Show resolved Hide resolved
Copy link
Member

@mwiencek mwiencek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now, though the commit message title still references single quotes. :)

@yvanzo yvanzo force-pushed the MBS-10133 branch 2 times, most recently from 0a058e4 to 61476dc Compare June 4, 2019 09:01
reosarevok and others added 4 commits June 5, 2019 00:11
This still allows a query like \" through, in case the user
does want to query for entities with quote marks in their name.
JSON WS now outputs the same doc link as the XML WS error message.
Copy link
Contributor

@yvanzo yvanzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@reosarevok reosarevok merged commit 2c06c5f into metabrainz:master Jun 5, 2019
@reosarevok reosarevok deleted the MBS-10133 branch June 5, 2019 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants