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
dataset is SG query is
{ from: 'entities', select: { key: ['geo'], value: ['name', 'world_4region', 'latitude', 'longitude'] }, where: {'is--country': true} }
current result an empty array expected result: counties should be selected
ps: when I'm trying where: {} - it selects all of the entities
where: {}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dataset is SG
query is
current result an empty array
expected result: counties should be selected
ps: when I'm trying
where: {}
- it selects all of the entitiesThe text was updated successfully, but these errors were encountered: