jrpeden / cs373-idb

0 stars 3 forks source link

API calls for search need to return everything for games, players, and teams #154

Closed brandong954 closed 9 years ago

brandong954 commented 9 years ago

Just like we did for the views, we need to return everything for a given keyword.

For example, if I do a search for Dwyane, I just get the player data, but I need games and the team to be appended onto the returned data object.

tiras-j commented 9 years ago

This was implemented, however I believe we have shifted away from this requirement. Closing for now.