We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using old mongodb-shell-extensions from https://raw.github.com/gabrielelana/mongodb-shell-extensions/master/released/mongorc.js is there any updated ones, please suggest. I am not able to use nin and in operators in jsonpath, please help how to use this library.
For Example I tried using jsonPath :
var jsonPath = "$.title[*].titleText[?(@.titleText nin ["Tomorrow",""])]" var obj = { title : [ { titleText : ["Tomorrow abc "] } ] }
jsonpath(obj,jsonPath) Obtained no result
Regards
Kris
The text was updated successfully, but these errors were encountered:
Any updates on this issue
Sorry, something went wrong.
No branches or pull requests
I am using old mongodb-shell-extensions from https://raw.github.com/gabrielelana/mongodb-shell-extensions/master/released/mongorc.js is there any updated ones, please suggest. I am not able to use nin and in operators in jsonpath, please help how to use this library.
For Example I tried using jsonPath :
var jsonPath = "$.title[*].titleText[?(@.titleText nin ["Tomorrow",""])]"
var obj = {
title : [
{
titleText : ["Tomorrow abc "]
}
]
}
Regards
Kris
The text was updated successfully, but these errors were encountered: