algolia / firestore-algolia-search

Apache License 2.0
108 stars 33 forks source link

Indexing a field that is an array of objects #212

Open tuanddd opened 1 month ago

tuanddd commented 1 month ago

Hey, wonder if anyone has been able to achieve this?

(default)
users
  -> {userId}
     -> twitterAccounts (an array field)
       -> [
               {
                  // other fields,
                  username <- this is the field that I want to index
               }
            ]

Thanks