There are a few characters and words you need to escape while using Sitecore query. You can escape special characters wrapping them in a #. For example a hyphen in a query needs to be escaped. Example string query = "/sitecore/content//*[@#site-title#=’Example Value’]"; In the previous example we use the single quote (‘) to wrap the field value. Using a single quote in the field value will break the parser. At this point you can use an escaped double quote to wrap the More Info »
[...] using Sitecore Rocks Query. There are some really handy blog post ...