node-client-api icon indicating copy to clipboard operation
node-client-api copied to clipboard

The MarkLogic Node.js Client API

Results 9 node-client-api issues
Sort by recently updated
recently updated
newest added

In `README.md`, there is a link [Feature Overview of the Node.js Client API](https://developer.marklogic.com/feature/node-client-api/). It redirects to https://developer.marklogic.com/learn/node-client-api/ (with a 301,) which in turns resolve to a 500. It seems the...

We are using marklogic node js api to query JSON documents. The query doesn't work fine when range query is paired with boolean values. For example the below query returns...

When evaluating a piece of JavaScript on the server using `DatabaseClient.eval()` seems to always return `true` when the expression results in a single boolean. Even when the result is `false`....

Bug
test
major

When using /lib/proxy-generator.js in a gulp file to generate data services files, it fails due to lack of 2 dependencies: - ast-types - astring These are listed as `devDependencies` but...

In some circumstances, `ResultProvider.result()` returns a `Buffer` object for a text node. This does not seem to be documented, and it is not clear how to handle them (e.g. which...

The REST API allows setting metadata for parameters the transform uses, but the NodeJS client doesn't provide the same capability. See REST API `trans:{name}*` in the documentation at https://docs.marklogic.com/REST/PUT/v1/config/transforms/[name]. Workaround:...