Hi Carey,
I'd like to do the same kind of search, and I tried your tip but unfortunately it doesn't work ...
For exemple:
/jcr:root//*[jcr:contains(@*, '\u007Bwizard\u007D')]
give the exact same results as without the curly brace:
/jcr:root//*[jcr:contains(@*, 'wizard')]
i.e it find every element who contains the single "wizard" word and not filtering on "{wizard}"
I tried escaping the curly brace by different manner: "\{ ... \}" or also "{{ ... }}", nothing work :(