I want to make a case-insensitive index in Neo4j using Py2neo. Read through the docs and googled a lot but didn't find anything. There seems to be this option in Java but not in Py2neo.
Please help!
You can pass configuration options into the GraphDatabaseService.get_or_create_index
function as indicated here:
These arguments are passed directly into the REST call as described here:
Hope this helps.