Skip to content

Commit

Permalink
Fix graph example documentation (#28653)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasonjo authored Dec 10, 2024
1 parent c1d348e commit 7040594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/graph.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7040594

Please sign in to comment.