This method call will remove announcements and may not return exactly {@link $Limit} records for optimization.
You can set $Where['d.Announce'] = 'all' to return announcements.
public getWhere ( array | false $Where = false, string $OrderFields = '', string $OrderDirection = '', integer | false $Limit = false, integer | false $Offset = false ) : Gdn_DataSet | ||
$Where | array | false | The where condition of the get. |
$OrderFields | string | The field to order the discussions by. |
$OrderDirection | string | The order, either **asc** or **desc**. |
$Limit | integer | false | The number of discussion to return. |
$Offset | integer | false | The offset within the total set. |
return | Gdn_DataSet | Returns a {@link Gdn_DataSet} of discussions. |