My application has an object "comments" where users can rate each comment as "positive" and "negative", I want to sort my comments based on a count (number of positive - amount of negative) based on that score I want to sort comments through a cypher query.
Does anyone know help me get this query?
Thanks in advance everyone!