We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42a274 commit 34908d9Copy full SHA for 34908d9
src/JsonApiDotNetCore/Queries/Internal/Parsing/QueryTokenizer.cs
@@ -87,7 +87,7 @@ public IEnumerable<Token> EnumerateTokens()
87
}
88
else
89
{
90
- if (_textBuffer.Length == 0 && ch == ' ')
+ if (_textBuffer.Length == 0 && ch == ' ' && !_isInQuotedSection)
91
92
throw new QueryParseException("Unexpected whitespace.");
93
0 commit comments