@neo4j/cypher-builder
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -28,3 +28,2 @@ "use strict"; | ||
exports.FullTextQueryNodes = void 0; | ||
const graphql_compose_1 = require("graphql-compose"); | ||
const Where_1 = require("../../clauses/sub-clauses/Where"); | ||
@@ -56,3 +55,4 @@ const Clause_1 = require("../../clauses/Clause"); | ||
const returnStr = this.returnStatement?.getCypher(env) || ""; | ||
const textSearchStr = (0, graphql_compose_1.dedent) `CALL db.index.fulltext.queryNodes( | ||
// TODO: dendent | ||
const textSearchStr = `CALL db.index.fulltext.queryNodes( | ||
"${this.indexName}", | ||
@@ -59,0 +59,0 @@ ${this.phrase.getCypher(env)} |
{ | ||
"name": "@neo4j/cypher-builder", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Neo4j Cypher query builder", | ||
@@ -5,0 +5,0 @@ "exports": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
315360