[xwiki-users] Problem solr search interface
Hello, When I'm on the search page of XWiki, every time I click on title, date, etc. (in order by), is added a blank line on the page. This causes the search box down. In fact, by clicking on the sort order <p> tags of the page is duplicated. The same happens if I click on the facets, http://localhost:8080/xwiki-enterprise-web-7.4.4/bin/view/Main/Search?text=t... Regards,Julio
To test you can create a page with the following content: {{include reference="XWiki.SearchCode"/}} Test bug {{velocity}}{{include reference="$searchPage"/}}{{/velocity}} Regards,Julio De: Julio Brum <juliobrum@yahoo.com.br> Para: "users@xwiki.org" <users@xwiki.org> Enviadas: Quinta-feira, 28 de Julho de 2016 16:24 Assunto: [xwiki-users] Problem solr search interface Hello, When I'm on the search page of XWiki, every time I click on title, date, etc. (in order by), is added a blank line on the page. This causes the search box down. In fact, by clicking on the sort order <p> tags of the page is duplicated. The same happens if I click on the facets, http://localhost:8080/xwiki-enterprise-web-7.4.4/bin/view/Main/Search?text=t... Regards,Julio
I cannot reproduce on XWiki 8.2.1 with the default search page. If you have a custom search page then you need to see where that empty line comes from and remove it. When you sort or filter the search results the search UI makes an AJAX request to the server to get the updated UI and replaces the current UI with the new one. If the search UI has some empty line before it (which is not the case with the default search page) then that empty line with get duplicated. On Thu, Jul 28, 2016 at 10:24 PM, Julio Brum <juliobrum@yahoo.com.br> wrote:
Hello, When I'm on the search page of XWiki, every time I click on title, date, etc. (in order by), is added a blank line on the page. This causes the search box down. In fact, by clicking on the sort order <p> tags of the page is duplicated. The same happens if I click on the facets, http://localhost:8080/xwiki-enterprise-web-7.4.4/bin/view/ Main/Search?text=test&f_type=DOCUMENT&f_locale=pt_BR&f_locale=&r=1 Regards,Julio _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Julio Brum -
Marius Dumitru Florea