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

Support for filtering queries by ORID [moved] #44

Closed
lvca opened this issue Dec 10, 2012 · 0 comments
Closed

Support for filtering queries by ORID [moved] #44

lvca opened this issue Dec 10, 2012 · 0 comments

Comments

@lvca
Copy link
Member

lvca commented Dec 10, 2012

This is Issue 44 moved from a Google Code project.
Added by 2010-06-13T08:00:59.000Z by lavikain...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).

Original labels: Type-Enhancement, Priority-Low, v0.9.18

Original description

It would be nice to be possible to filter subdocuments in queries by their ORID.

Example: 

There exists classes Task and User, and each task contains a
list of users. Also a set of users and their ORIDs are known.

So, I would like to be able to do query that searches all tasks which
contains a given set of users by their ORID.

The query would be something like this:  "select * from Task where
users contains (orid in ['1:1', '1:2'])"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant