I have an app in which potential clients can search for barbers, hair salons, etc, in their local area.
In the event a barber or hair stylist is no longer an active subscriber, I would like for them to not show up in the search query. So here is the search flow:
- User searches by name, shop, or zip code.
- A list of "active subscribers will appear via repeating group
- Only those that are active subscribers via Stripe should appear.
Using the search functionality in the repeating group…how can I ensure ONLY those that are active (i.e. paying subscribers) show up?