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

Update lokijs.js to allow objects keys to contain dots #931

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

Conversation

guiqui
Copy link

@guiqui guiqui commented Jun 22, 2023

Sometimes objects keys contain dots, for example, obj={ a='one', 'b.c'='two'} with a simple split('.') we can not do a proper Xpath search.
I have added a function called split path that takes care of this issue.
So if we need to do a query with a key that contains dots, to work we just need to put the key inside <>
search({ $and: [{'metadata.labels.<app.kubernetes.io/instance>': 'gq-drupal'}]})

Sometimes objects keys contain dots, for example, 
obj={ a='one', 'b.c'='two'} with a simple split('.') we can not do a proper Xpath search.
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.

1 participant