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
The Search class in C# has a generic parameter for specifying the type of SearchResult, but that generic parameter is never used for any of the fields in Search.
Should we be using generics here?
It seems the meta-metadata definition says that it should be used for search_results field.
Not sure, but it seems possible that related_searches and next_page should also be using this generic parameter.
The text was updated successfully, but these errors were encountered:
The Search class in C# has a generic parameter for specifying the type of SearchResult, but that generic parameter is never used for any of the fields in Search.
Should we be using generics here?
It seems the meta-metadata definition says that it should be used for search_results field.
Not sure, but it seems possible that related_searches and next_page should also be using this generic parameter.
The text was updated successfully, but these errors were encountered: