Skip to content
New issue

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

wrong condition processing for entities #17

Open
buchslava opened this issue Jan 31, 2018 · 0 comments
Open

wrong condition processing for entities #17

buchslava opened this issue Jan 31, 2018 · 0 comments

Comments

@buchslava
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant