We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a7fb0 commit b5c870fCopy full SHA for b5c870f
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "brainapi2"
3
-version = "1.5.1-dev"
+version = "1.5.3-dev"
4
description = "Version 1.x.x of the BrainAPI memory layer."
5
authors = [
6
{name = "Christian",email = "[email protected]"}
src/lib/neo4j/client.py
@@ -846,7 +846,7 @@ def search_entities(
846
SKIP {skip}
847
LIMIT {limit}
848
"""
849
- cypher_count = """
+ cypher_count = f"""
850
MATCH (n)
851
{"WHERE " + " AND ".join(filters) if filters else ""}
852
RETURN count(n) AS total
0 commit comments