Last modified: 2008-06-06 08:32:13 UTC
User CNIT commented that |searchlabel=| doesn't work to turn off further results link with format=embedded. I verified, and it's a trivial fix, the test in SMW_QP_Embedded.php doesn't match that in SMW_QP_{List,Table,Template} - if ( $this->mInline && $res->hasFurtherResults() ) { + if ( $this->mInline && $res->hasFurtherResults() && $this->mSearchlabel !== '') {