Add custom filter of tags in the OPDS feed using facets.

Need more testing but should be ok.

re #21
This commit is contained in:
Sébastien Lucas 2013-01-11 15:16:15 +01:00
parent 98362a6d39
commit 5d9c54eee6
5 changed files with 67 additions and 12 deletions

View file

@ -68,7 +68,7 @@ order by substr (upper (sort), 1, 1)');
}
public static function getEntryArray ($query, $params) {
list ($totalNumber, $result) = parent::executeQuery ($query, self::AUTHOR_COLUMNS, $params, -1);
list ($totalNumber, $result) = parent::executeQuery ($query, self::AUTHOR_COLUMNS, "", $params, -1);
$entryArray = array();
while ($post = $result->fetchObject ())
{