movies = Movie.where(title: /.*#{request['q']}.*/i)
movies.empty?
movies = Movie.query_as(:movies).match("(movies:Movie)").where("movie.title =~ '(?i)Matrix.*'").return("DISTINCT movie ORDER BY movie.title ASC")
--
You received this message because you are subscribed to the Google Groups "neo4jrb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4jrb+u...@googlegroups.com.
To post to this group, send email to neo...@googlegroups.com.
Visit this group at http://groups.google.com/group/neo4jrb.
For more options, visit https://groups.google.com/d/optout.