meilisearch/README.md

53 lines
1.9 KiB
Markdown
Raw Normal View History

2021-04-17 21:20:54 +02:00
# Meilisearch for TYPO3 CMS
2021-04-17 00:26:33 +02:00
2021-04-17 21:20:54 +02:00
A TYPO3 extension that integrates the Meilisearch search server with TYPO3 CMS.
2021-04-17 00:26:33 +02:00
2021-04-17 21:20:54 +02:00
The extension has initially been developed by WapplerSystems. The version you find here is a version that does not contain all the features that have been implemented yet. These features can be obtained through add-ons for the extension.
2021-04-17 00:26:33 +02:00
In case you need access to the full feature set, please feel free to contact us for details.
Things we are working on or got working already include the following:
- Statistics
2021-04-17 21:20:54 +02:00
- An Indexing Queue to be independent from frontend rendering and adding content to Meilisearch as soon as an editor creates a content element in the backend
2021-04-17 00:26:33 +02:00
- Suggest / Autocomplete
- More Like This
- Several Reports
- Advanced faceting features including hierarchical facets
2021-04-17 21:20:54 +02:00
- Backend Module for Meilisearch administration
2021-04-17 00:26:33 +02:00
- Results Grouping
- Language Detection
- Crawling of External non-TYPO3 Websites
- more ...
We're open for [contributions](./CONTRIBUTING.md) !
2021-04-17 21:20:54 +02:00
Please find further information regarding Meilisearch and its related projects at the following links:
2021-04-17 00:26:33 +02:00
2021-04-17 21:20:54 +02:00
- https://github.com/WapplerSystems/meilisearch
- https://www.meilisearch.com/
2021-04-17 00:26:33 +02:00
2021-04-17 21:20:54 +02:00
To try out Meilisearch for TYPO3 visit [www.typo3-meilisearch.com](http://www.typo3-meilisearch.com) where we've set up a basic configuration.
2021-04-17 00:26:33 +02:00
## Documentation and Support
- **Main Documentation:**
2021-04-17 21:20:54 +02:00
https://docs.typo3.org/p/apache-meilisearch-for-typo3/meilisearch/master/en-us/Index.html
2021-04-17 00:26:33 +02:00
- **Slack Channel:**
2021-04-17 21:20:54 +02:00
https://typo3.slack.com/messages/ext-meilisearch/
2021-04-17 00:26:33 +02:00
(request your invite for Slack here: https://forger.typo3.org/slack)
- **Mailinglist:**
2021-04-17 21:20:54 +02:00
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-meilisearch
2021-04-17 00:26:33 +02:00
## <a name="Contributions"></a>Contributions
[You want to contribute and like to know how? Check our guidelines about how to contribute to EXT:meilisearch](./CONTRIBUTING.md)