CollectionsCollections Database

Indexes introduction

The app uses indexes to filter data in a simple way. An index is a criteria to group values of a certain field.

Collections provides different indexes depending on the field type. For example, the text field has an Alphabet index to group values by the first letter, date field has a Date index to group values by year, month and day.