ecologylab/BigSemanticsWrapperRepository

generated class Search not using generic parameter in C#

Opened this issue · 0 comments

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.