jreinstra / planner

Main repository for cardinal planner project.
MIT License
1 stars 1 forks source link

Search API: cascading appends #207

Closed jreinstra closed 7 years ago

jreinstra commented 7 years ago

On the search API, if less than 10 results are found, append the broader search group to the end of the search results. Recursion?

jreinstra commented 7 years ago

I don't think we actually want this. When I put in something like CS 106X, I expect only one class to be returned. If we eventually decide to implement a full results page, then maybe this could be revisited.