-
Notifications
You must be signed in to change notification settings - Fork 872
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
can i filter my link field? #7967
Comments
Hi @jhonny111s I'm not sure I got exactly what you are trying to achieve. Could you please post a simple script to populate your domain and data model? Thanks Luigi |
{ this is my query to filter products: |
i found this query select products.values()[0-5][status=true] from Category fetchplan products:1 why doesn't work: products.values()[status=true] [0-5] |
Hi @jhonny111s I'd say it's a bug, I'll try to check it as soon as I can Thanks Luigi |
OrientDB Version: 2.2.26
Java Version: 1.8
OS: opensuse
I have a class category and contain a products linkmap (Product) field, when i search categories need get products but filtering, only five records or only status = true, '@Rid' = ·· etc
what happen if created another class CategoryProducts instead linkmap?
I try with:
select products.values()[0-4] from category fetchplan products:1 //don't works
The text was updated successfully, but these errors were encountered: