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:
parent
98362a6d39
commit
5d9c54eee6
5 changed files with 67 additions and 12 deletions
|
@ -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 ())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue