I’m building a classified ads platform. On the search page you can either search by ads category, by keyword - or both combined.
All search results are displayed in a repeating group:
Old ads that have been closed are also displayed (these are greyed out). They are marked as ‘closed = yes’
I want to display the number of ads founds in the results, but only want to count the open ads, rather than all of them, however I only seem to be able to take a count of the entire RG (you will notice the number ‘7’ in the screenshot above, when there are actually only 2 live ads available):
Is there a way to add a filter to this? i.e. RG List of items:count <where ‘closed = no’>
Thank you!