Simply: try using Search for "test[". You'll get a parse error. I am wondering, is this by design? Shouldn't the Search method escape its input first?
--
You received this message because you are subscribed to the Google Groups "ravendb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I don't really see the problem here.
a) Lucene Search Syntax is strictly read only -> No way to modify data so you're safe there
b) Gaining more information: This is a database, you have to do that yourself anyway, because security needs are determined by your application, ravendb has to allow every query possible.