Make suggestions box also use user list components

This commit is contained in:
Eugen Rochko 2016-10-28 20:26:49 +02:00
parent ac4f53a3a2
commit bfb6cc5f2c
5 changed files with 21 additions and 58 deletions

View file

@ -38,6 +38,7 @@ END
query = <<END
MATCH (b)
WHERE b.account_id <> {id}
RETURN b.account_id
ORDER BY b.nodeRank DESC
LIMIT {limit}