Skip to content

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

Open
guiqui wants to merge 1 commit intotechfort:masterfrom
guiqui:master
Open

Update lokijs.js to allow objects keys to contain dots#931
guiqui wants to merge 1 commit intotechfort:masterfrom
guiqui:master

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