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

Add support for querying for alternatives in property values #42

Open
mwatts15 opened this issue Jan 3, 2022 · 0 comments
Open

Add support for querying for alternatives in property values #42

mwatts15 opened this issue Jan 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mwatts15
Copy link
Contributor

mwatts15 commented Jan 3, 2022

DataObject properties currently have an implicit "AND" for queries: all values associated with the property have to be in the graph for a match. It would be good to have an ability to query for alternative values -- to have an "OR"-type behavior. This would allow for fewer queries to be made in several cases: currently you'd just have to make the query multiple times with different values set or else drop down to a Graph.triples_choices()

@mwatts15 mwatts15 added the enhancement New feature or request label Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant