On Jun 10, 8:41 am, Mahmoud <
mahmoud.ar...@gmail.com> wrote:
> I believe you're right; the engine does create an index entry for all
> combinations of the list items.
It does for some queries, but not all. Some queries can be satisfied
by the built-in indexes, ie without a dedicated index in index.yaml.
This includes queries with only = filters and no sort orders, like
Alan's three example queries.
Alan, as you mentioned, your index includes a second property, name,
at the end. That index was probably generated for a query that had two
= filters on indexable_list and a sort order on name.