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
I am able to follow the following code snippet cited here in the documentation:
client .getEntries({ skip: 100, limit: 200, order: 'sys.createdAt', }) .then(function (entries) { console.log(entries.items.length); // 200 });
Provided in 'expected behavior' above.
I am unable to query by a field match AND order.
➜ node -v v19.7.0 ➜ npm -v 9.6.5 ➜ uname -a 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:22:05 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6000 arm64
Package Version: "contentful": "^10.5.2",
"contentful": "^10.5.2",
Which API are you using?: Delivery
The text was updated successfully, but these errors were encountered:
fyi.,this can be closed and reference to this thread: #2017
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
I am able to follow the following code snippet cited here in the documentation:
Actual Behavior
Steps to Reproduce
Provided in 'expected behavior' above.
Context
I am unable to query by a field match AND order.
Environment
Package Version:
"contentful": "^10.5.2",
Which API are you using?: Delivery
The text was updated successfully, but these errors were encountered: