Hi,
I installed XWIKI ver 9.4.
I have a problem with the search box of the right top menu.
When I click over the search icon, it perfectly expands and is visible with administrator and unregistered users, and it works fine.
When I create a new user - I tried with different users and the behaviour is the same - and I login, the search box doesn’t expand the field and I am redirected to the Search Page, empty and not usable.
I supposed is a permission problem, and I tried to set them many times, but without any results.
Any ideas ?
Bye
Maurizio
This seems to indicate that the JavaScript code of the quick search is not executed. See xwiki-platform/xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-ui/src/main/resources/XWiki/QuickSearchUIX.xml at cae2647d6500899f7b1e00171fb07c69d5eea780 · xwiki/xwiki-platform · GitHub . Either you have some JavaScript exception, check the JavaScript console from browser’s developer tools, or the JavaScript is not loaded because there’s some issue with the XWiki.QuickSearchUIX
page.
Perfect. I updated rights on XWiki.QuickSearchUIX page and now it works.
Thanks.