mdn / express-locallibrary-tutorial

Local Library website written in NodeJS/Express; example for the MDN server-side development NodeJS module: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs.
Creative Commons Zero v1.0 Universal
1.23k stars 697 forks source link

Express: Use sort on Db query rather than in template #246

Closed hamishwillee closed 9 months ago

hamishwillee commented 9 months ago

The tutorial uses complicated template text to order books, genres, authors, when this could be more easily done by simply sorting the search from database.

This is complementary fix for https://github.com/mdn/content/pull/30446/files