Boox is a lightweight, zero-dependency full-text search library designed for both browser and Node.js. It enables you to efficiently search through multiple documents and datasets, returning relevant results based on your queries.
Package | Description | Version (click for changelog) |
---|---|---|
core | The Boox package. | |
cli | CLI tool to train your datasets with Boox. |
Go toBoox documentation.
Boox is designed to be flexible and can be easily integrated with other libraries and frameworks to enhance your search functionality. The key is to manage the search state and update the UI based on the search results returned by Boox. Here are some examples of how you can integrate Boox with popular tools:
We 💛 issues.
When committing, please conform tothe semantic-release commit standards.Please installcommitizen
and the adapter globally, if you have not already.
npm i -g commitizen cz-conventional-changelog
Now you can usegit cz
or justcz
instead ofgit commit
when committing. You can also usegit-cz
,which is an alias forcz
.
git add.&&git cz
A project byStilearning© 2024.