Fix graph example documentation (#28653)

This commit is contained in:
Tomaz Bratanic
2024-12-10 18:46:50 +01:00
committed by GitHub
parent c1d348e95d
commit 704059466a

View File

@@ -732,7 +732,7 @@
" ][0][\"type\"]\n",
" == \"STRING\"\n",
" ):\n",
" pass\n",
" continue\n",
" mapping = enhanced_graph.query(\n",
" f\"MATCH (n:{filter.node_label}) WHERE toLower(n.`{filter.property_key}`) = toLower($value) RETURN 'yes' LIMIT 1\",\n",
" {\"value\": filter.property_value},\n",