You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
I'm seeing an issue with the latest changes to fix Bing. Specifically, Bing is returning search results from the first search used. To repro: search with bing using a search term like "microsoft", then search again with a new term like "google". You'll see the results returned in the second set matching the search term "microsoft" instead of google. This happens even when a new DZNPhotoPickerController is instantiated between searches so the culprit is likely the Bing search query not being reset.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm seeing an issue with the latest changes to fix Bing. Specifically, Bing is returning search results from the first search used. To repro: search with bing using a search term like "microsoft", then search again with a new term like "google". You'll see the results returned in the second set matching the search term "microsoft" instead of google. This happens even when a new DZNPhotoPickerController is instantiated between searches so the culprit is likely the Bing search query not being reset.
The text was updated successfully, but these errors were encountered: