Giphy / giphy-ios-sdk

Home of the GIPHY SDK iOS example app, along with iOS SDK documentation, issue tracking, & release notes.
https://developers.giphy.com/
Mozilla Public License 2.0
116 stars 52 forks source link

Bug Report: Search Results Not Displaying Correctly #250

Open FoneG opened 4 months ago

FoneG commented 4 months ago

🐛 Bug Report

When using the following code to perform a search:

GPHContent *content = [GPHContent searchWithQuery:@"123456op" 
                                        mediaType:GPHMediaTypeText 
                                        language:GPHLanguageTypeEnglish 
                              includeDynamicResults:YES];

the method -contentDidUpdateWithResultCount:error:returns 43 results. However, none of these results are visible or clickable, and the screen remains blank. This behavior makes it impossible for users to understand the current state, as there is no indication that the search returned results.

Expected Behavior: The search results should be displayed properly, or there should be an indication that no results are available if the search query returns empty.

Actual Behavior: The screen remains blank, and the results are not visible or clickable, making it confusing for users.

Environment:

['Giphy', '2.2.9']

截屏2024-07-12 11 00 17
leschlogl commented 3 months ago

Hey @FoneG ,

Sorry for the delay on this and thanks for your patience.

I tested here with the same content query and I wasn't able to reproduce it. I received the placeholder "No text found", given that for this query, we don't have content.

Could you provide us more details about it?

Thank you!