Renée

Results 478 comments of Renée

also "4minute crazy" doesn't find the song you'd expect it to because search only matches the full string against artist and title fields _separately_. but 4minute should match an artist...

MongoDB's full text search does not work great for this in my tests. If you type half a word it doesn't match anything. We probably need either something custom, or...

Depends on what level of fuzziness you're looking for 😄 I'm looking at something like [Sonic](https://github.com/valeriansaliou/sonic). It will match results even when there are some typos, but it's not the...

logout with this doesn't actually work yet. maybe the custom out code should be deleted and we should use passport exclusively (we are only using it for login currently).

Error strings can now be localised, all that's left is to reply with the correct locale depending on the user's accept-language header.

https://github.com/koskimas/kysely

or https://github.com/drizzle-team/drizzle-orm

I'm leaning more towards having sqlite as the standard option. My experience shows that you *can* decently well run an app on sqlite with tables containing millions of rows--realistically, this...

time flies when you're getting old 😭

Node.js now has an experimental built-in sqlite module: https://nodejs.org/api/sqlite.html