<?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: Full-text prefix search with PostgreSQL in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326168#M13169</link>
    <description>&lt;P&gt;You're correct. When I was testing I was using one of my own 5.6 instance and simple search works for workspaces, folders, etc..&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2013 23:35:43 GMT</pubDate>
    <dc:creator>bruce_Grant</dc:creator>
    <dc:date>2013-07-30T23:35:43Z</dc:date>
    <item>
      <title>Full-text prefix search with PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326163#M13164</link>
      <description>&lt;P&gt;On the demo.nuxeo.com Advanced Search page, a query with Title = 'Work*' returns no results. A query with Title = 'Workspaces' returns two folders with that precise title. Is it the expected behavior for the query with Title = 'Work*' to return no results?&lt;/P&gt;
&lt;P&gt;Also, when I search for Workspace Retail using 'Reta*' or Workspace Finance using 'Fin%' or Folder Headquarters/Test using 'Te*', no results are returned. Is this expected?&lt;/P&gt;
&lt;P&gt;Finally, I created a Folder on demo.nuxeo.com named 'Workspaces' within the 'Retail' Workspace. A query with Title = 'Work*' again returned no results. Thoughts?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2013 16:46:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326163#M13164</guid>
      <dc:creator>rg1_</dc:creator>
      <dc:date>2013-07-26T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Full-text prefix search with PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326164#M13165</link>
      <description>&lt;P&gt;Generally speaking a search for &lt;CODE&gt;'Work*'&lt;/CODE&gt; should return documents with words that begin with Work, however, it looks as though the WorkspaceRoot document Workspaces itself is excluded from the search. If you create a Workspaces workspace or folder (under the WorkspaceRoot) then searching for &lt;CODE&gt;'Work*'&lt;/CODE&gt; returns the expected results.&lt;/P&gt;
&lt;P&gt;The answer to your revised questions is Yes, that is expected behavior. Have you tried &lt;CODE&gt;'Fin%'&lt;/CODE&gt;?&lt;/P&gt;
&lt;P&gt;Above works for simple search but not (as rg1 pointed out in advanced/faceted search) due to issue &lt;A href="https://jira.nuxeo.com/browse/NXP-10995"&gt;NXP-10995&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2013 22:24:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326164#M13165</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-07-26T22:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Full-text prefix search with PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326165#M13166</link>
      <description>&lt;P&gt;See updated question.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2013 23:46:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326165#M13166</guid>
      <dc:creator>rg1_</dc:creator>
      <dc:date>2013-07-26T23:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Full-text prefix search with PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326166#M13167</link>
      <description>&lt;P&gt;I assume by by revised question above that the names of the Workspaces are Retail and Finance. Is that correct?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2013 23:59:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326166#M13167</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-07-26T23:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Full-text prefix search with PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326167#M13168</link>
      <description>&lt;P&gt;Please try logging in to demo.nuxeo.com as Administrator and try the Advanced Search. Word-based searches work but prefix-based wildcard searches do not, regardless of whether I use an asterisk or a percent as the wildcard. This does not seem correct to me.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2013 12:57:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326167#M13168</guid>
      <dc:creator>rg1_</dc:creator>
      <dc:date>2013-07-27T12:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Full-text prefix search with PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326168#M13169</link>
      <description>&lt;P&gt;You're correct. When I was testing I was using one of my own 5.6 instance and simple search works for workspaces, folders, etc..&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2013 23:35:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326168#M13169</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-07-30T23:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Full-text prefix search with PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326169#M13170</link>
      <description>&lt;P&gt;See http&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 16:07:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/full-text-prefix-search-with-postgresql/m-p/326169#M13170</guid>
      <dc:creator>rg1_</dc:creator>
      <dc:date>2013-08-06T16:07:48Z</dc:date>
    </item>
  </channel>
</rss>

