I cannot debug what I have done to get this back, I was adding some fields to a blueprint and for one I used the word search and that triggered this error?
Missing argument 1 for PageAbstract::search(), called in /Users/xxx/sites/website/panel/app/src/panel/models/page/changes.php on line 71 and defined
on line 987 of kirby/core/page.php
/xxx/username/sites/website/kirby/core/page.php
public function search($query, $params = array()) {
return $this->children()->index()->search($query, $params);
}
I tried to change field name, to clear the browser cache, to go back to have no fields beside title, and still get this error when entering this specific panel page.
How do I fix it?
