AppStateESS / InternshipInventory

Web app for tracking and approving student internships.
http://appstateess.github.io/InternshipInventory/
GNU General Public License v3.0
10 stars 22 forks source link

Fix sorting by faculty member on search results #221

Closed jlbooker closed 8 years ago

jlbooker commented 8 years ago

Remove distinct keyword from SubselectDatabase query to prevent its use. Unnecessary use was causing errors with sorting by faculty member. Fixes #220