sorokya / reoserv.net

Other
1 stars 1 forks source link

Add search for docs and blog #24

Open chrzrdx opened 1 month ago

chrzrdx commented 1 month ago

We could (at build time), build a really simple sqlite db, and leverage the full text search capabilities to implement search across docs and blog posts.

Thoughts?

sorokya commented 1 month ago

We could just make a route for this right? Just write some server code to search through the markdown files and return a list of pages?