Even though the searcher is set in the database, the default value is not reflected for the Search Page visibility setting on the block's configuration page. This is probably due to the database call returning an array and passing that value as-is to the #default_value property where it expects a string instead.

CommentFileSizeAuthor
#1 facetapi-1375268-1.patch679 bytescpliakas

Comments

cpliakas’s picture

Status: Active » Needs review
StatusFileSize
new679 bytes

The attached patch changed the fetchCol() method to fetchField() which returns a string instead of an array.

cpliakas’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.