Fix suggestions fallback query
This commit is contained in:
		
							parent
							
								
									19615a2c37
								
							
						
					
					
						commit
						e5565a7e4a
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -37,10 +37,7 @@ END
 | 
				
			||||||
      neo = Neography::Rest.new
 | 
					      neo = Neography::Rest.new
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      query = <<END
 | 
					      query = <<END
 | 
				
			||||||
START a=node:account_index(Account={id})
 | 
					 | 
				
			||||||
MATCH (b)
 | 
					MATCH (b)
 | 
				
			||||||
WHERE a <> b
 | 
					 | 
				
			||||||
AND NOT (a)-[:follows]->(b)
 | 
					 | 
				
			||||||
RETURN b.account_id
 | 
					RETURN b.account_id
 | 
				
			||||||
ORDER BY b.nodeRank DESC
 | 
					ORDER BY b.nodeRank DESC
 | 
				
			||||||
LIMIT {limit}
 | 
					LIMIT {limit}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue