algolia / instantsearch-android

A library of widgets and helpers to build instant-search applications on Android.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/android/
Apache License 2.0
156 stars 30 forks source link

Android Instant Search Duplicate Algolia APIs are calling #396

Open FazalHussain opened 1 year ago

FazalHussain commented 1 year ago

Android Instant Search Duplicate Algolia APIs are calling

There are two APIs are getting called instead of one, furthermore, I have checked your instant search example there are also two APIs are calling

Steps to Reproduce

  1. Search any keyword
  2. In the app inspection, you can see two APIs are calling

I have attached the screenshot for your reference

Expected behavior 💭 It should call only one API

Screenshots 🖥

Screen Shot 2023-06-05 at 5 31 02 PM Screen Shot 2023-06-05 at 5 30 39 PM

Environment:

Additional context This issue is in your demo sample as well