Skip to content

bent10/boox

Repository files navigation

Boox

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.

Packages

Package Description Version (click for changelog)
core The Boox package. npm
cli CLI tool to train your datasets with Boox. npm

Documentation

Go toBoox documentation.

Integration

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:

Contributing

We 💛 issues.

When committing, please conform tothe semantic-release commit standards.Please installcommitizenand the adapter globally, if you have not already.

npm i -g commitizen cz-conventional-changelog

Now you can usegit czor justczinstead ofgit commitwhen committing. You can also usegit-cz,which is an alias forcz.

git add.&&git cz

License

GitHub

A project byStilearning© 2024.