@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Enumeration QueryActions

    Different methods for query.

    Index

    Enumeration Members

    Enumeration Members

    EXECUTE: "execute"

    Executes a query string passed in according to set parameters and returns a list of documents.

    EXPLAIN: "explain"

    The best way to understand how DQL syntax will be processed.

    PARSE: "parse"

    Useful in getting your DQL queries to have proper syntax. There is no query processing performed. Errors like unmatched parens, quotes, or malformed terms are all caught and returned.