<?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: Is there a way to replace the suggester in default search boxes? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-replace-the-suggester-in-default-search-boxes/m-p/316547#M3548</link>
    <description>&lt;P&gt;Thank you for your response Gregory, I will try these methods now.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jun 2020 16:09:11 GMT</pubDate>
    <dc:creator>andrew_lam</dc:creator>
    <dc:date>2020-06-26T16:09:11Z</dc:date>
    <item>
      <title>Is there a way to replace the suggester in default search boxes?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-replace-the-suggester-in-default-search-boxes/m-p/316545#M3546</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Is there any way to replace the suggesters used in the default search boxes? For example, the quick search bar at the top right&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="type an image title"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1950iEBFE1FAEEA38720B/image-size/large?v=v2&amp;amp;px=999" role="button" title="type an image title" alt="type an image title" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;or the User/Group search bar when adding permissions to a document
&lt;span class="lia-inline-image-display-wrapper" image-alt="type an image title"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1949i07A30691D3FBBB6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="type an image title" alt="type an image title" /&gt;&lt;/span&gt;?&lt;/P&gt;
&lt;P&gt;I tried using the solution in this post as a starting point, but it didn't seem to do anything (&lt;A href="https://answers.nuxeo.com/general/q/bd32daf958cc4751a5aa64aa2530a7c6/Remove-user-and-group-suggestion-in-the-search-box-suggestion"&gt;https://answers.nuxeo.com/general/q/bd32daf958cc4751a5aa64aa2530a7c6/Remove-user-and-group-suggestion-in-the-search-box-suggestion&lt;/A&gt;
). Please let me know if my question is not clear or if there is any more information I can provide to help come up with a solution.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 20:50:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-replace-the-suggester-in-default-search-boxes/m-p/316545#M3546</guid>
      <dc:creator>andrew_lam</dc:creator>
      <dc:date>2020-06-23T20:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace the suggester in default search boxes?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-replace-the-suggester-in-default-search-boxes/m-p/316546#M3547</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;At the end, there are a lot of different questions in your post:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;To customize the default query triggered from the global search: you can take inspiration from &lt;A href="https://github.com/nuxeo/nuxeo-studio-community-cookbook/tree/master/modules/nuxeo/modeler-tips-tricks#override-the-global-search-to-perform-the-search-with-fulltext-analyzer-on-every-property"&gt;https://github.com/nuxeo/nuxeo-studio-community-cookbook/tree/master/modules/nuxeo/modeler-tips-tricks#override-the-global-search-to-perform-the-search-with-fulltext-analyzer-on-every-property&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;You can edit tthe suggestion formatter on every suggestion, like in &lt;A href="https://github.com/nuxeo/nuxeo-studio-community-cookbook/tree/master/modules/nuxeo/document-suggestion-result-formatters"&gt;https://github.com/nuxeo/nuxeo-studio-community-cookbook/tree/master/modules/nuxeo/document-suggestion-result-formatters&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Then, if you want to edit an existing element, you would have generally to:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Paste the code  of the element from the nuxeo-web-ui repository&lt;/LI&gt;
&lt;LI&gt;Copy the code in a new element (that you have renamed)&lt;/LI&gt;
&lt;LI&gt;Declare it in your bundle file&lt;/LI&gt;
&lt;LI&gt;Make a slot contribution to use the new element&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Good luck&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 22:46:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-replace-the-suggester-in-default-search-boxes/m-p/316546#M3547</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-06-25T22:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace the suggester in default search boxes?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-replace-the-suggester-in-default-search-boxes/m-p/316547#M3548</link>
      <description>&lt;P&gt;Thank you for your response Gregory, I will try these methods now.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 16:09:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-replace-the-suggester-in-default-search-boxes/m-p/316547#M3548</guid>
      <dc:creator>andrew_lam</dc:creator>
      <dc:date>2020-06-26T16:09:11Z</dc:date>
    </item>
  </channel>
</rss>

