simple fix the same code:

$where_args[] = $filters['search'];
$where_args[] = $filters['search'];
CommentFileSizeAuthor
l10n.patch732 bytesdroplet

Comments

gábor hojtsy’s picture

Status: Active » Closed (works as designed)

Yeah, that is required code to add the search filter 2 times, since it is used 2 times in the query. By design.