<?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: Not able to disable suggestion in alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305877#M259007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Angel Borroy for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 06:36:07 GMT</pubDate>
    <dc:creator>hiten_rastogi1</dc:creator>
    <dc:date>2016-08-03T06:36:07Z</dc:date>
    <item>
      <title>Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305874#M259004</link>
      <description>Hi All,I am trying to disable suggestion functionality for one of our client but so far I am unsuccessful in achieving it. I have tried the following to make it work.1. Stop Alfresco server.2. Set to false the property &amp;lt;strong&amp;gt;solr.suggester.enabled=false&amp;lt;/strong&amp;gt; in &amp;lt;strong&amp;gt;solrco</description>
      <pubDate>Tue, 02 Aug 2016 07:11:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305874#M259004</guid>
      <dc:creator>hiten_rastogi1</dc:creator>
      <dc:date>2016-08-02T07:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305875#M259005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In 5.0.d there is no centralized configuration for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can overwrite the views for all repository web scripts to return empty lists&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/alfresco/templates/webscripts/org/alfresco/slingshot/search/live-search-docs.get.json.ftl&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;/alfresco/templates/webscripts/org/alfresco/slingshot/search/auto-suggest-search.get.json.ftl&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;/alfresco/templates/webscripts/org/alfresco/slingshot/search/live-search-people.get.json.ftl&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;/alfresco/templates/webscripts/org/alfresco/slingshot/search/live-search-sites.get.json.ftl&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For instance, for the first one, include a new file located at &amp;lt;code&amp;gt;/opt/alfresco-5.0.d/tomcat/shared/classes/alfresco/extension/templates/webscripts/org/alfresco/slingshot/search/live-search-docs.get.json.ftl with the following content:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;#escape x as jsonUtils.encodeJSONString(x)&amp;gt;&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;"totalRecords": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;"startIndex": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;"hasMoreRecords": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;"items":&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/#escape&amp;gt;&lt;BR /&gt;&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 11:44:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305875#M259005</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2016-08-02T11:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305876#M259006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Angel Borroy for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 06:35:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305876#M259006</guid>
      <dc:creator>hiten_rastogi1</dc:creator>
      <dc:date>2016-08-03T06:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305877#M259007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Angel Borroy for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 06:36:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305877#M259007</guid>
      <dc:creator>hiten_rastogi1</dc:creator>
      <dc:date>2016-08-03T06:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305878#M259008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since this has been asked in IRC today as well, I took the time to look into it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The feature "did you mean" in faceted search is actually called "spellcheck" which is unrelated to the suggester config, although it uses the same index fields / values. It can be disabled by configuring the AlfSearchList module with the config property "spellcheck" set to false. This is best be done in a Surf extension module that adds a customization to faceted-search.get.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The SOLR suggester is only used for a type-ahead convenience functionality when entering search terms in the keyword input field. It is actually properly disabled by setting the solr.suggester.enabled property in solrcore.properties to false. Additionally, there is also a separate property that can be set in alfresco-global.properties with the same name to disable only the Repository-tier service. Both have the same effect of disabling the type-ahead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 15:24:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305878#M259008</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-08-22T15:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305879#M259009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Useful information and also I have a doubt that in live search if I type "ad" admin comes as a suggestion but when I tap enter then in search result page, no user is shown where else its all files and documents related result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt; solrcore.properties to false but still the suggestion are coming.&amp;nbsp;&lt;/SPAN&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 20:35:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305879#M259009</guid>
      <dc:creator>nwali</dc:creator>
      <dc:date>2017-01-13T20:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305880#M259010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found these files at&amp;nbsp;/Applications/alfresco-5.0.d/tomcat/webapps/alfresco/WEB-INF/lib/alfresco-remote-api-5.0.d/alfresco/templates/webscripts/org/alfresco/slingshot and any changes I make to them are not reflecting on the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could let me know how to remove the people finder from &amp;nbsp;the live search? and How to override them so changes reflect on application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 13:21:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305880#M259010</guid>
      <dc:creator>nwali</dc:creator>
      <dc:date>2017-01-16T13:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305881#M259011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should not change those files directly. Instead, use the shared/classes/alfresco/extension path to override them, i.e. via the path shared/classes/alfresco/extension/templates/webscripts/org/alfresco/slingshot/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 09:27:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305881#M259011</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-01-17T09:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305882#M259012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;I am not able to find the AlfSearchList module or &lt;SPAN&gt;faceted-search.get.js. If you have a blog or document on these files, please share it with me.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&lt;SPAN&gt;I will try the comment for override by you.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 10:58:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305882#M259012</guid>
      <dc:creator>nwali</dc:creator>
      <dc:date>2017-01-17T10:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305883#M259013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your useful info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have overrided&amp;nbsp;live-search-people.get.json.ftl file as the way you mentioned and people suggestion is not coming which is good but now no suggestion is coming at all, i.e., no document/file suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also how can I change the placeholder of search box? I want it to be "Search files,sites" only.&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 21:55:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305883#M259013</guid>
      <dc:creator>nwali</dc:creator>
      <dc:date>2017-01-17T21:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305884#M259014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alfresco.com/community/ecm/blog/2015/04/01/adding-views-to-filtered-search" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/community/ecm/blog/2015/04/01/adding-views-to-filtered-search&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 14:50:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305884#M259014</guid>
      <dc:creator>mbajpai</dc:creator>
      <dc:date>2017-01-18T14:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305885#M259015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see this link , it has all the information about the search box -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/SearchBox.html" title="https://dev.alfresco.com/resource/docs/aikau-jsdoc/SearchBox.html" rel="nofollow noopener noreferrer"&gt;JSDoc: Module: alfresco/header/SearchBox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 19:03:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305885#M259015</guid>
      <dc:creator>mbajpai</dc:creator>
      <dc:date>2017-01-18T19:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to disable suggestion in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305886#M259016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had came across this document but couldn't find it in alfresco community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where could I find this file in alfresco community? Could you share the path for it?&lt;/P&gt;&lt;P&gt;Also how to override this file?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 09:55:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-disable-suggestion-in-alfresco/m-p/305886#M259016</guid>
      <dc:creator>nwali</dc:creator>
      <dc:date>2017-01-19T09:55:28Z</dc:date>
    </item>
  </channel>
</rss>

