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

Migrate the cloudantplus node into this module #1

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Conversation

knolleary
Copy link
Member

As outlined in this issue: node-red-contrib-ibm-cloud/community#1

This merges the cloudantplus node into this module, keeping the original node types for backwards compatibility.

I've also tidied up some old bluemix references in the readme.

@hammoaj hammoaj merged commit 2ed7611 into master Nov 20, 2020
@hammoaj hammoaj deleted the migrate-cplus branch November 20, 2020 12:03
else if (node.search === "_idx_") {
console.log(options);
options.query = options.query || options.q || formatSearchQuery(msg.payload);
options.include_docs = options.include_docs || true;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one will always return true. [something falsy] || true -> true
undefined || true => true
null || true => true
false || true => true

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.

3 participants