voc / voctoweb

voctoweb – the frontend and backend software behind media.ccc.de
GNU General Public License v3.0
188 stars 55 forks source link

Client-side search #281

Open ghost opened 6 years ago

ghost commented 6 years ago

To enable completely static mirrors of media.ccc.de, it would be useful to have client-side search, e.g. using lunr.js or elasticlunr.js. I'm not sure how big the index file would be, but I'm thinking 20,000 items can't be too bad.

This would enable an IPFS mirror without losing search functionality. (There's already a mirror of cdn.media.ccc.de: /ipfs/QmXd2t4WbhpDf643ija6byLE4q3L8GBQ3u773wWh5zVRT4)

manno commented 6 years ago

I'm sorry, voctoweb is a dynamic website nowadays. This is really low priority, but if someone can come up with a good PR, why not?