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 matching on JSON keys only #39

Open
vmx opened this issue Aug 10, 2017 · 0 comments
Open

Support matching on JSON keys only #39

vmx opened this issue Aug 10, 2017 · 0 comments

Comments

@vmx
Copy link
Member

vmx commented Aug 10, 2017

I came across the following use case. I have a JSON structure where the keys of an object are identifiers and the values are some additional information. The object might contain any of the identifiers. I now want to query for all documents that have a specific identifier. That's currently not possible.

Here's an example to make it more concrete:

{
  "outage": {
    "030": "Berlin",
    "089": "Munich"
  }
}

I would now want to query for all outages that contain "089", but I don't care about the actual value.

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

1 participant