<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CRXDE Lite Xpath contains() query only returning results when property is specified in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443632#M126766</link>
    <description>&lt;P&gt;I also tried the above and it worked perfectly for me too in my local. I would suggest , set up another server parallel and try it. See if it works.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 10:10:24 GMT</pubDate>
    <dc:creator>Veena_Vikram</dc:creator>
    <dc:date>2022-03-09T10:10:24Z</dc:date>
    <item>
      <title>CRXDE Lite Xpath contains() query only returning results when property is specified</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443355#M126689</link>
      <description>&lt;P&gt;I am trying to run a query against any node inside the path I specify, returning any nodes that contain any property containing the string 'foo'. To do so, I use this query suggested by CRXDE Lite:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/jcr:root/content/path//*[jcr:contains(., 'foo')] order by &lt;LI-USER uid="6655266" login="jcr"&gt;&lt;/LI-USER&gt;:score&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get no results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, if I specify a property, let's say html:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/jcr:root/content/path//*[jcr:contains(@html, 'foo')] order by &lt;LI-USER uid="6655266" login="jcr"&gt;&lt;/LI-USER&gt;:score&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doesn't the '.' mean to search all properties? If so, why does it not return the results that I receive when I specify a property?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 21:40:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443355#M126689</guid>
      <dc:creator>mpuser</dc:creator>
      <dc:date>2022-03-07T21:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: CRXDE Lite Xpath contains() query only returning results when property is specified</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443377#M126698</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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'&lt;/P&gt;&lt;PRE&gt;/jcr:root/content/we-retail//*[jcr:contains(@jcr:title, 'foo')] order by @jcr:score&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;And 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.&lt;/P&gt;&lt;PRE&gt;/jcr:root/content/we-retail//*[jcr:contains(., 'foo')] order by @jcr:score&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-03-07 at 5.34.09 PM.png" style="width: 416px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/39025i19C9119BDE32AC99/image-dimensions/416x223/is-moderation-mode/true?v=v2" width="416" height="223" role="button" title="Screen Shot 2022-03-07 at 5.34.09 PM.png" alt="Screen Shot 2022-03-07 at 5.34.09 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 01:38:05 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443377#M126698</guid>
      <dc:creator>chhgupta</dc:creator>
      <dc:date>2022-03-08T01:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: CRXDE Lite Xpath contains() query only returning results when property is specified</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443379#M126699</link>
      <description>&lt;P&gt;Thank you for the reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interesting, I just tried replicating my experiment in our development environment, and it worked perfectly, just as you've captured. But following the same steps in my local 4502 environment yielded the results I shared in my initial post. Both environments have the same package installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what might cause my local environment to behave this way?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 02:03:26 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443379#M126699</guid>
      <dc:creator>mpuser</dc:creator>
      <dc:date>2022-03-08T02:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: CRXDE Lite Xpath contains() query only returning results when property is specified</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443381#M126700</link>
      <description>&lt;P&gt;I am not sure why that would happen as my comment above was tested on a local OOTB AEM 6.5 instance and gave the expected result.&lt;/P&gt;&lt;P&gt;If you do not have a concern about data loss on local then try the below steps:&lt;BR /&gt;&amp;gt; Stop the local instance&lt;/P&gt;&lt;P&gt;&amp;gt; remove&amp;nbsp;crx-quickstart folder&lt;/P&gt;&lt;P&gt;&amp;gt; restart instance&lt;/P&gt;&lt;P&gt;Then try this query&lt;/P&gt;&lt;PRE&gt;/jcr:root/content/we-retail//*[jcr:contains(., 'men')] order by @jcr:score&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 02:17:09 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443381#M126700</guid>
      <dc:creator>chhgupta</dc:creator>
      <dc:date>2022-03-08T02:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: CRXDE Lite Xpath contains() query only returning results when property is specified</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443494#M126728</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17484514"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are sure that content&lt;FONT size="2"&gt; (that is queried for)&lt;/FONT&gt; is same/available in both dev and local server, then I suggest to check the index used for the query (using Query Performance -&amp;gt; Explain Query) -&amp;gt; try to reindex and test.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 14:52:03 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443494#M126728</guid>
      <dc:creator>Vijayalakshmi_S</dc:creator>
      <dc:date>2022-03-08T14:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: CRXDE Lite Xpath contains() query only returning results when property is specified</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443513#M126733</link>
      <description>&lt;P&gt;Hmm, I'm not seeing Query Performance--documentation for 6.4 seems to say it's in Tools &amp;gt; Operations, but I'm on AEM CS (I just realized I didn't mention that in my original post).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does Query Performance exist on CS?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 16:32:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443513#M126733</guid>
      <dc:creator>mpuser</dc:creator>
      <dc:date>2022-03-08T16:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: CRXDE Lite Xpath contains() query only returning results when property is specified</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443526#M126736</link>
      <description>&lt;P&gt;In AEMaaCS local SDK, there is no &lt;EM&gt;Operations&lt;/EM&gt; console &lt;FONT size="2"&gt;(hence no Query Diagnosis/Performance tool)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Can you confirm if your local SDK is latest as that of the DEV cloud service instance?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 18:39:03 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443526#M126736</guid>
      <dc:creator>Vijayalakshmi_S</dc:creator>
      <dc:date>2022-03-08T18:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: CRXDE Lite Xpath contains() query only returning results when property is specified</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443541#M126740</link>
      <description>&lt;P&gt;The SDK version was mismatched, so I deactivated the old SDK, downloaded the matching SDK, fired it up, installed my code, installed my package, and unfortunately I'm seeing the same results. I'm also seeing some weird UI issues when I choose "query;" deleting the cookies in my browser fixed those, but did not fix the issue with the query results.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 20:09:06 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443541#M126740</guid>
      <dc:creator>mpuser</dc:creator>
      <dc:date>2022-03-08T20:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: CRXDE Lite Xpath contains() query only returning results when property is specified</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443632#M126766</link>
      <description>&lt;P&gt;I also tried the above and it worked perfectly for me too in my local. I would suggest , set up another server parallel and try it. See if it works.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 10:10:24 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443632#M126766</guid>
      <dc:creator>Veena_Vikram</dc:creator>
      <dc:date>2022-03-09T10:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: CRXDE Lite Xpath contains() query only returning results when property is specified</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443716#M126784</link>
      <description>&lt;P&gt;Hi Veena, I'm not sure what you mean by setting up another server parallel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, an answer was marked as correct, but I did not mark it as such--the answer marked as correct did not solve my issue. Just mentioning this so that people who have my same issue in the future understand that there's something else going on.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 16:13:34 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/crxde-lite-xpath-contains-query-only-returning-results-when/m-p/443716#M126784</guid>
      <dc:creator>mpuser</dc:creator>
      <dc:date>2022-03-09T16:13:34Z</dc:date>
    </item>
  </channel>
</rss>

