Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VasylTech/flarum-algolia-search
Replaces the default Flarum forum search with Algolia search
https://github.com/VasylTech/flarum-algolia-search
Last synced: 13 days ago
JSON representation
Replaces the default Flarum forum search with Algolia search
- Host: GitHub
- URL: https://github.com/VasylTech/flarum-algolia-search
- Owner: vasyltech
- License: mit
- Created: 2019-03-31T22:49:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T01:50:00.000Z (over 5 years ago)
- Last Synced: 2024-08-14T10:15:10.120Z (3 months ago)
- Language: PHP
- Size: 166 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flarum - 2019 - Replace the default Flarum search with Algolia search. (Extensions / Others ([:top:](#table-of-contents)))
README
# flarum-algolia-search
Replaces the default Flarum forum search with Algolia search## What is included
- Backend settings modal to setup application id, search api key, admin api key and Algolia index;
- Backend permissions setting;
- Frontend search box is replaced with Algolia search source. Visually there is no difference
- Frontend post indexing/unindexing. Each post has to be indexed manually to avoid bunch of useless posts in the index (e.g. "Thank you ...", "It works/does not work ..." etc). This way you control what exactly should be indexed to keep your search results ever-green.## Installation
Current just checkout the source and follow the [Flarum Documentation](https://flarum.org/docs/extend/start.html). When I'll find that more people are interested in this functionality I'll make easier to install.