FunctionsperformAlgoliaTextSearchVersion: 1.0.0On this pageFunction: performAlgoliaTextSearch▸ performAlgoliaTextSearch(index, query): Promise<readonly string[]>Utility function to perform a text search in an algolia index, returning the ids of the entities.ParametersNameTypeindexSearchIndexquerystringReturnsPromise<readonly string[]>Defined infirebase_app/models/text_search.ts:22