Hi, I ran the below query, in CRXDE query tool, with property for
example below, I got one result as only one node had title containing
text 'foo'/jcr:root/content/we-retail//*[jcr:contains(@jcr:title,
'foo')] order by @jcr:scoreAnd when I ran the below query which has '.'
instead of a specific property, I got all resultset containing foo in
any of the node
properties./jcr:root/content/we-retail//*[jcr:contains(., 'foo')] order
by @jcr:score