Page MenuHomePhabricator

Allow runSearch.php to accept non-atomic JSON --options
Closed, ResolvedPublic

Description

$wgCirrusSearchAllFields takes a structure, not a simple atomic value.

After consultation with Erik, this looks like an easy fix: tell json_decode to return an array rather than an object.