algolia / algoliasearch-client-swift

⚑️ A fully-featured and blazing-fast Swift API client to interact with Algolia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Index name missing from multiple indices search response

derek-cheung opened this issue Β· comments

commented

Describe the bug πŸ›
When performing a multiple indices search, the indexName field in SearchResponse is always nil. Performing the exact same search with the Android client returns the correct value for indexName.

Tested on v8.6

Expected behavior πŸ’­
indexName value returned with SearchResponse

Hi @derek-cheung,
Thank you for reporting this. I check it and submit a patch by the end of this week.