Skip to content

Extending Quepid for Your Search Engine

Eric Pugh edited this page Feb 7, 2024 · 2 revisions

To extend Quepid, you need to actually update two open source projects. Splainer-Search is the underlying interface to various search engines. It is used by both Quepid and a sister project Splainer, which you can check out at http://splainer.io.

Recently Sumit Sarkar added Algolia support to Quepid, and did it in a way that is a great model for others to follow.

Here is the PR for adding Algolia support to Splainer-search: https://github.com/o19s/splainer-search/pull/145

Here is the corresponding PR for Quepid: https://github.com/o19s/quepid/pull/933