commit: e5565a7e4a817e7f86061355b77c98402b0ceac7
parent: 19615a2c3732b8a96fb9007a1d50ec553cdf43ed
Author: Eugen Rochko <eugen@zeonfederated.com>
Date: Thu, 27 Oct 2016 19:03:05 +0200
Fix suggestions fallback query
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/app/models/follow_suggestion.rb b/app/models/follow_suggestion.rb
@@ -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}