1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-25 14:59:20 +00:00

Fix suggestions fallback query

This commit is contained in:
Eugen Rochko 2016-10-27 19:03:05 +02:00
parent 19615a2c37
commit e5565a7e4a

View file

@ -37,10 +37,7 @@ END
neo = Neography::Rest.new
query = <<END
START a=node:account_index(Account={id})
MATCH (b)
WHERE a <> b
AND NOT (a)-[:follows]->(b)
RETURN b.account_id
ORDER BY b.nodeRank DESC
LIMIT {limit}