This commit is contained in:
Maxim Filippov 2019-03-20 01:40:50 +03:00
parent ed8a2935f5
commit 7ac9fff437
1 changed files with 1 additions and 0 deletions

View File

@ -802,6 +802,7 @@ defmodule Pleroma.User do
search_query = from(u in maybe_local_query, where: ilike(u.nickname, ^"%#{term}%"))
count = search_query |> Repo.aggregate(:count, :id)
results =
search_query
|> paginate(page, page_size)