If you need to use any of the characters which function as operators in your query itself (and not as operators), then you should escape them with a leading backslash. For instance, to search for
(1+1)=2, you would need to write your query as\(1\+1\)\=2.The reserved characters are:
+ - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /Failing to escape these special characters correctly could lead to a syntax error which prevents your query from running.
--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-users+unsubscribe@googlegroups.com.
To post to this group, send email to ica-atom-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ica-atom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/a9a65186-9284-4eb1-9fa5-aa6b0883a0cc%40googlegroups.com.