This was discovered in a Support Request. Tested and verified that comments #8 and #9 point out the issue. At present the header search form can't be enabled unless the search module is enabled. Will be digging into this.

Comments

mermentau created an issue. See original summary.

mermentau’s picture

Status: Active » Needs review

Seems to be fixed by line 218 in mayo.theme
if (theme_get_setting('header_searchbox', 'mayo') && \Drupal::moduleHandler()->moduleExists('search')) {
Commited to dev hoping for review.

aarailfan’s picture

I can confirm that this fixed my issue. Thanks for the quick turnaround.

mermentau’s picture

Status: Needs review » Closed (fixed)

Thanks for the help on this. I'll wait a few more days to see if any more bugs surface and then issue a new release.