Algolia is schemaless, and can index data attributes that have the following format:
- string
- integer / float
- boolean
- nested objects
- array of (string, integers, floats, booleans, nested objects)
If you add an array in the list of attributes to index, we extract and index all strings in the array.