You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search abstraction over different search engines written in PHP. Currently implemented Elasticsearch, Opensearch, Algolia, Meilisearch, RediSearch, Solr, Typesense. Documentation: https://schranz-search.github.io/schranz-search/
The SearchClient library makes it easy to connect your search UI to an IntelliSearch SearchService. It is developed in Typescript, but is transpiled to javascript. It is available on both NPM and on CDN. The client allows the developer to control "everything", but also has an automatic smart mode that handles all the logic for you.