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

Filter on undefind value don't return vertices #408

Open
smehdi21 opened this issue Nov 18, 2019 · 2 comments
Open

Filter on undefind value don't return vertices #408

smehdi21 opened this issue Nov 18, 2019 · 2 comments
Assignees

Comments

@smehdi21
Copy link

smehdi21 commented Nov 18, 2019

hello,
orientjs version: 3.0.8
orientdb version: 3.0.10

Filter on null Property != "String" not work using orientJs but work fine using the orientdb studio

Exemple 1 :

    const result1 = await odb.query("select from V where nullValue != 'true' ");
    console.log(result1)

result :

    Array(0) []

Exemple 2 :

    const result2 = await odb.query("select from V where  nullValue IS NOT DEFINED  ");
    console.log(result2)

result :

    Array(29) [Object, Object, Object, Object, Object, Object, Object, Object, …]
@wolf4ood
Copy link
Member

@wolf4ood wolf4ood self-assigned this Nov 18, 2019
@smehdi21
Copy link
Author

Hi,
We use the old API one.
migration is planned but not done yet.
Thanks

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

2 participants