How to maintain the OR relationship between multiple WHERE;
The sentence is
match(n:Column) where (n.chineseName Contains 'path' or n.name Contains 'path' or n.comment Contains 'path') optional match(n) <- [r:Contains]- (m:Document) where m.name C...