Skip to content

Support root arrays and nested arrays - #38

Open
jjatria wants to merge 1 commit into
petdance:devfrom
jjatria:nested-array
Open

Support root arrays and nested arrays#38
jjatria wants to merge 1 commit into
petdance:devfrom
jjatria:nested-array

Conversation

@jjatria

@jjatria jjatria commented Jun 19, 2018

Copy link
Copy Markdown

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