<?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: searchByText is not working if input text is alphanumeric in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264937#M218067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2012 06:40:44 GMT</pubDate>
    <dc:creator>sivaanagha</dc:creator>
    <dc:date>2012-03-05T06:40:44Z</dc:date>
    <item>
      <title>searchByText is not working if input text is alphanumeric</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264932#M218062</link>
      <description>for searchByText call if text contains alphanumeric like " 75 point Mega Check up Camp from Mahindra", results are not coming.query is (@cm\:content:text)(@cm\:content:_x0037_5_point_Mega_Check_up_Camp_from_Mahindra)best regards,Siva.</description>
      <pubDate>Fri, 17 Feb 2012 13:34:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264932#M218062</guid>
      <dc:creator>sivaanagha</dc:creator>
      <dc:date>2012-02-17T13:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: searchByText is not working if input text is alphanumeric</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264933#M218063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which API are you using to execute queries against the repository?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 14:04:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264933#M218063</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2012-02-17T14:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: searchByText is not working if input text is alphanumeric</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264934#M218064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;web service API is using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;query=(@cm\:content:_x0037_5_point_Mega_Check_up_Camp_from_Mahindra)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;repositoryService.query(SpacesStore, query, false);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Siva.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2012 08:30:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264934#M218064</guid>
      <dc:creator>sivaanagha</dc:creator>
      <dc:date>2012-02-18T08:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: searchByText is not working if input text is alphanumeric</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264935#M218065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the Web Services API you can execute queries only using the Lucene Query language and the query could be the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;TEXT:"75 point Mega Check up Camp from Mahindra"&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2012 10:20:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264935#M218065</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2012-02-18T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: searchByText is not working if input text is alphanumeric</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264936#M218066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also you need not to encode the text in this way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess you are replacing the space with "_".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and instead of 75 you are using 7_5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You need not to do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Keep that as it is and try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 05:05:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264936#M218066</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-02-22T05:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: searchByText is not working if input text is alphanumeric</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264937#M218067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 06:40:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchbytext-is-not-working-if-input-text-is-alphanumeric/m-p/264937#M218067</guid>
      <dc:creator>sivaanagha</dc:creator>
      <dc:date>2012-03-05T06:40:44Z</dc:date>
    </item>
  </channel>
</rss>

