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
Click the query button, always throw errors as below: Invalid query : The node must be of type 'JsonObject'.
Actually, the query body is a json object.
{ "query":{ "bool":{ "must":{ "term":{ "Content.ContentItem.ContentType":"Product" } }, "filter":[ { "term":{ "Content.ContentItem.Published":"true" } } ] } } }
If I removed the "filter" node, it works well.
Orchardcore: 2.1.3
It should work with the "filter" query.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Click the query button, always throw errors as below:
Invalid query : The node must be of type 'JsonObject'.
Actually, the query body is a json object.
If I removed the "filter" node, it works well.
Orchard Core version
Orchardcore: 2.1.3
To Reproduce
Expected behavior
It should work with the "filter" query.
Logs and screenshots
The text was updated successfully, but these errors were encountered: