Skip to content

wrong condition processing for entities #17

@buchslava

Description

@buchslava

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions