hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
38.82k stars 4.75k forks source link

Implement Search Functionality for Hexo Posts #5441

Closed nicolas-castro92 closed 3 months ago

nicolas-castro92 commented 3 months ago

What does it do? [x] Implements a search functionality for posts in Hexo. This allows users to find posts by title, content, tags, categories, and date. It also supports advanced search options like searching for exact phrases and using boolean operators (AND, OR, NOT).

github-actions[bot] commented 3 months ago

How to test

git clone -b team404 https://github.com/Error404Solutions/ProyectoDeMantenimiento.git
cd hexo
npm install
npm test