The search form page is ill-functioning when reached through a direct URL
How to reproduce:
- Create a new Page provider named simple with query filter = "ecm:isTrashed = 0 AND ecm:isVersion = 0 AND ecm:mixinType != 'HiddenInNavigation'" and one predicate = "ecm:fulltext FULLTEXT (system_fulltext)"
- Create default layouts and slot (drawer item) contributions
- Deploy the project
- Open the search results page by navigating to:
http://localhost:8080/nuxeo/ui/#!/search/simple - Open the simple search form using the drawer icon
- See the disabled search form with a continual spinning/loading icon overlay, however you can still click the search/clear buttons.
Reaching the same page through normal navigation is OK
Expected behavior: entering the search through direct URL leads to a functional form.