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

querying with two conditions #120

Closed
dollschasingmen opened this issue Jun 22, 2017 · 1 comment
Closed

querying with two conditions #120

dollschasingmen opened this issue Jun 22, 2017 · 1 comment

Comments

@dollschasingmen
Copy link

dollschasingmen commented Jun 22, 2017

Hi --

I would like to write a query with two equality conditions. Yet while example works:

  'mode -> "Underground" and ('line beginsWith "C")

but this does not compile:

 'mode -> "Underground" and ('line -> "C")

what is the reason behind this?

@philwills
Copy link
Contributor

It's an oversight on my part. I hadn't considered that this would be necessary for indexes, as mentioned in #113.

I'm going to close this, as I believe this is addressing the same issue as that, but feel free to reopen if you think that's mistaken.

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

No branches or pull requests

2 participants