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 e50057f commit eda6b83Copy full SHA for eda6b83
README.md
@@ -137,7 +137,7 @@ The following query will allow you to find files by name (case insensitive)
137
138
```cypher
139
MATCH p=(h:NetworkShareHost)-[:HasNetworkShare]->(s:NetworkShareSMB)-[:Contains*0..]->(f:File)
140
-WHERE toLower(f.name) ENDS WITH ".bat"
+WHERE toLower(f.extension) = toLower(".bat")
141
RETURN p
142
```
143
0 commit comments