Is there an order for `do a search for` filters?

When we `do a search for`, is there an order Bubble follows for internal filters on that search?
If yes, is it top-bottom or bottom-top?
Depending on the order of filters, we can have different loading times?

there is no order within the constraints, they are all at the same time. What impacts loading is the amount of data returned.

Number of records do affect return time. Bubble also encourages using more constraints instead of less. Bubble also creates indexes on commonly used constraints.

You can, in theory, expect faster load times over time, unless you constantly change your schema.

1 Like