All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- Fix multilanguage support
- Updated all dependencies
- Test coverage
- Updated all dependencies
- Generate stringified lunr-index.
Now no need to create index every time on search request. Just need to fetch lunr-index. Index generation for 100.000 pages took 2min once during build. Search of popular query takes < 0.3sec
Creates stringified lunr-index. Now no need to create index every time on search request. Just need to fetch lunr-index. Index generation for 100.000 pages took 2min once during build. Search of popular query takes < 0.3sec