Forum Academy Marketplace Showcase Pricing Features

Trying to not show all options in option set

I am trying to allow users to set hours of working with my app. One of the features is that options of times outside of hours of operation will not show up. I figured that the best way to do this would be with an option set, but I can’t seem to figure out how to only show the ones in the middle of a day. Can someone out there help me?

Thanks,
Wyatt

You can filter Option Sets by adding the :filtered operator in a Bubble expression. As you technically never “search” for an Option set, you can’t add constraints like you would in a database search – Bubble always downloads the full list.

The filtering of Option Sets happens 100% on the client-side, and not on the server.

@petter explains it very well here https://www.amliesolutions.com/bubble/basic-features/option-sets/

2 Likes

I really do not understand what you are trying to achieve. But this post might be likely helpful if you have not already seen it.

Thanks so much, I completely missed this!

1 Like