If I use {sort: {numberOfLikes: -1}} in my query, then Isotope does not respect this for updated documents.
If Document A has 2 likes, and Document B has 1, then B should be moved before A after getting 2 likes. This does not happen.
@jorisroling Do you have time to look?
To replicate, simply set {sort: {fieldThatWillChange: -1}} in a cursor, add atleast two documents, and increment fieldThatWillChange for whatever document that is last.
Hi,
If I use {sort: {numberOfLikes: -1}} in my query, then Isotope does not respect this for updated documents.
If Document A has 2 likes, and Document B has 1, then B should be moved before A after getting 2 likes. This does not happen.
@jorisroling Do you have time to look?
To replicate, simply set {sort: {fieldThatWillChange: -1}} in a cursor, add atleast two documents, and increment fieldThatWillChange for whatever document that is last.