Can't apply multiple bounds (filters) on an index
collect (in case it crashes) and if I use take, their is a chance all the data returned will be filtered out and the user won't see anything. I thought I'd add all the filter options into the index, but get an error.
Error: Property 'gte' does not exist on type 'IndexRange'.
Is their a way to use an
and? It looks like you can only apply one UpperBoundIndexRangeBuilder and LowerBoundIndexRangeBuilder