I would add a number field on post, and increment it with each interaction, and then on Do Search i will sort it with that field and make it decending
Add a field Popularity -> number and in do Search add all your constraint which you are using for filtering. but inside the do search -> make it sort by Popularity -> and make it decendign yes
This will give you a list of Post but the one with greater popularity will be on top.