We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When enter a advanced sorting function include comma,its split the sorting function in half and turn into invalid query argument.
To Reproduce Steps to reproduce the behavior:
_geoPoint(0.0, 0.0):asc
Expected behavior It should able to recognized the comma in advanced function or have some string escaping feature to deal with its.
Screenshots
Environments (please complete the following information):
The text was updated successfully, but these errors were encountered:
e78095d
@LaysDragon Thanks! Fixed in new release version v0.6.11.
It will take some time to run ci, you can try online demo & latest docker image after ci finished.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When enter a advanced sorting function include comma,its split the sorting function in half and turn into invalid query argument.
To Reproduce
Steps to reproduce the behavior:
_geoPoint(0.0, 0.0):asc
into sorting field.Expected behavior
It should able to recognized the comma in advanced function or have some string escaping feature to deal with its.
Screenshots

Environments (please complete the following information):
The text was updated successfully, but these errors were encountered: