Infisearch

screenshot of Infisearch

Easy and flexible client-side search for static sites

Overview

InfiSearch CI is a client-side search solution designed specifically for static sites. It utilizes a pre-built index generated by a CLI tool, providing an easy and flexible search experience for static websites. With features like relevant search, speedy query processing, scalability options, customizable user interface, and support for multiple file formats, InfiSearch CI enhances the search functionality of static sites.

Features

  • Relevant Search: InfiSearch CI offers spelling correction, automatic prefix search, boolean and phrase queries, BM25 scoring, proximity scoring, and facet filters, among other features.
  • Speedy: Powered by WebAssembly and WebWorker technology, InfiSearch CI ensures efficient and non-blocking query processing. It also utilizes persistent caching to minimize network requests and a multi-threaded CLI indexer for improved performance.
  • Semi-Scalable: InfiSearch CI allows optional splitting of the index into smaller components, enabling incremental indexing for improved scalability.
  • Customizable User Interface: The search solution offers a customizable and accessible user interface, providing a seamless search experience for website visitors.
  • Support for Multiple File Formats: InfiSearch CI supports various file formats, including JSON, CSV, PDF, and HTML, allowing for more versatile data requirements.

Summary

InfiSearch CI is a powerful client-side search solution specifically designed for static sites. With its pre-built index and an array of features like relevant search, efficient query processing, scalability options, customizable user interface, and support for multiple file formats, it enhances the search functionality of static websites. The installation process is simple and well-documented, making it easy for website owners to implement InfiSearch CI for improved search functionality on their static sites. The project is also MIT licensed, ensuring flexibility and freedom for users.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.