Hi,
I wonder if we can query the indexed node using regular expression?
query = "start a=node:my_index(name='Zum Brommenhof') return a" --> return 2 rows
but
query = "start a=node:my_index(name='*Brommenhof') return a" --> return 0 row
e.g.sometimes i am not sure about the names which are indexing, I can remember only part of the name. I want to get the start node(s) with those nodes which contain this name.
I thank you very much for any answer.
Pattreeya