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 root arrays and nested arrays #38

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

jjatria
Copy link

@jjatria jjatria commented Jun 19, 2018

This patch makes it possible to run queries like the following:

[ first => 'Roger', last => 'Moore' ]
# Produces (first:"Roger" OR last:"Moore")

Although not the plan, after this was done I realised this also resolves #12, so that the below now works:

{ foo => [ [ 'bar', 'baz' ], [ 'car', 'caz' ] ] },
# Produces (((foo:"bar" OR foo:"baz") OR (foo:"car" OR foo:"caz")))

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

Successfully merging this pull request may close these issues.

Need to support large subqueries via arrays of arrays
1 participant