SilverStripe 4.1
I am developing a search function using “Searchable Module” - GitHub - i-lateral/silverstripe-searchable: Adds to the default Silverstripe search by adding a custom results controller and allowing properly adding custom data objects and custom fields for searching
All of the templates are being pulled correctly from /app/templates/Layout/Page.ss. But, the Requirements setup in the PageController init function are not being loaded in the head when I visit the results pages generated by the module.
I tried adding the template files from the module to the app/templates folder, but that didn’t resolve the problem.
As always, any insight is greatly appreciated!