if you have indexed the property with a legacy lucene index (fulltext index for 
ignoring case) you can do:

> START n = node:Name("Name:john") 
> return n;

for multi words I think you have do it like this


> START n = node:Name("Name:john michle") 
> return n;



Am 30.01.2014 um 14:17 schrieb Navrattan Yadav <[email protected]>:

> hi. i am using Neo4j 2.0. I want to search by a properties value with ignore 
> case and also with like operator.
> 
> eg. Node has properties >  Name : John Michle
> 
> then want to search by : john, John,john Michle etc.
> 
> i try  : 
> 
> START n = node:Name("Name=*john*") 
> return n;
> 
> but not get result.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to