https://github.com/infinilabs/pizza-searchbox
🎁 A fast and intuitive search UI component work with Pizza WASM, designed to deliver instant and seamless search experiences.🧱
https://github.com/infinilabs/pizza-searchbox
docsearch hugo-search search-bar search-box static-site static-site-search static-website
Last synced: 10 days ago
JSON representation
🎁 A fast and intuitive search UI component work with Pizza WASM, designed to deliver instant and seamless search experiences.🧱
- Host: GitHub
- URL: https://github.com/infinilabs/pizza-searchbox
- Owner: infinilabs
- License: mit
- Created: 2024-08-23T06:53:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T06:08:41.000Z (6 months ago)
- Last Synced: 2025-04-01T19:19:11.678Z (about 1 month ago)
- Topics: docsearch, hugo-search, search-bar, search-box, static-site, static-site-search, static-website
- Language: TypeScript
- Homepage:
- Size: 1.85 MB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pizza-searchbox
A quick search UI component for pizza, forked from [here](https://github.com/tauri-apps/meilisearch-docsearch).
Pizza-searchbox is part of the [Pizza](https://github.com/infinilabs/pizza) search engine project, visit [Pizza's site](http://pizza.rs) for more details.
# Features
- Lightweight and fast, ~300KB after gzipped, powered by [INFINI Pizza for WebAssembly](https://github.com/infinilabs/pizza-wasm)
- Support full featured query, compatible with [Lucene's Query Syntax](https://lucene.apache.org/core/2_9_4/queryparsersyntax.html), eg: `foo bar -baz "qux"`, `(title: concept OR title: index) OR (NOT collection)`, etc.# Screenshot

# Integrate with Hugo
Checkout this [tutorial](https://www.reddit.com/r/infinilabs/comments/1f3rqsp/adding_search_functionality_to_a_hugo_static_site/) to learn how to integrate with Hugo.
# Acknowledgement
This project is inspired by [`algolia/docsearch`](https://github.com/algolia/docsearch/) and [`meilisearch/docs-searchbar`](https://github.com/meilisearch/docs-searchbar.js/)
# LICENSE
MIT or MIT/Apache 2.0 where applicable.