is there a way to order nodes according to a property's Turkish alphabetical order?
Currently non-ASCII characters are ordered after "Z"..
is there a way to order nodes according to a property's Turkish alphabetical order?
Currently non-ASCII characters are ordered after "Z"..
Neo4j uses Java's string ordering,
so if you can configure Neo4j in conf/neo4j-wrapper.conf
to use your locale, then it should work.