Meili Search - open-source search alternative to Algolia
-
wrote on Sep 30, 2022, 8:48 PM last edited by
- https://www.meilisearch.com
- https://docs.meilisearch.com/learn/what_is_meilisearch/sdks.html
- https://docs.meilisearch.com/learn/getting_started/filtering_and_sorting.html
- https://roadmap.meilisearch.com
- https://github.com/meilisearch/meilisearch
- https://twitter.com/meilisearch
- https://blog.meilisearch.com
- https://hackernoon.com/we-built-a-search-engine-with-meilisearch-and-javascript-heres-how-you-can-too-zz2d3zae
- https://codesandbox.io/s/vnw77
An open-source, lightning-fast, and hyper-relevant search engine that fits effortlessly into your apps, websites, and workflow.
Lightning fast
Search-as-you-type returns answers in less than 50 milliseconds. That's faster than the blink of an eye!
Plug ‘n play
Deploy in a matter of minutes. Smart presets let you start searching through your data with zero configuration.
Flexible
Send data to Meilisearch however you want—no need to match a schema or convert your dataset to a compatible format.
Typo tolerant
Everyone makes mistakes! If typos break your search experience, many users will leave thinking what they were looking for just wasn't there.
-
wrote on Sep 30, 2022, 9:19 PM last edited by
Sounds like this might install in the LAMP App.
Anyone try it?
-
wrote on Dec 10, 2022, 4:39 AM last edited by
+1 to this. FreeScout just added a module to support this. Would be nice to be able to use the speed up FreeScout search.
-
wrote on Dec 10, 2022, 6:55 PM last edited by
We need Free search!
Lets make it happen!
Also checkout the request for YaCy, metager and gigablast!
https://forum.cloudron.io/topic/2715/yacy-decentralized-web-search
https://forum.cloudron.io/topic/7581/gigablast-on-cloudron-search-engine
-
We need Free search!
Lets make it happen!
Also checkout the request for YaCy, metager and gigablast!
https://forum.cloudron.io/topic/2715/yacy-decentralized-web-search
https://forum.cloudron.io/topic/7581/gigablast-on-cloudron-search-engine
translatorwrote on Dec 11, 2022, 12:02 AM last edited by luckow Dec 11, 2022, 12:02 AM@LoudLemur To be fair, meili search has a different approach to search intent. It is more or less an alternative to apps like Solr, Elastic or algolia instead of Google or Bing.
-
wrote on Feb 9, 2023, 10:51 AM last edited by
V1.0 launched: https://blog.meilisearch.com/v1-enterprise-ready-stable/
-
I am using their cloud-hosted version of Meilisearch for my FreeScout instance and therefore wish to have this included in my Cloudron.
-
wrote on Aug 13, 2024, 7:16 PM last edited by
- 1 for Meilisearch... or typesense (https://typesense.org) as well !
-
wrote on Aug 14, 2024, 9:16 AM last edited by
People have started using AI for search instead of search engines.
-
wrote on Dec 18, 2024, 10:52 PM last edited by
@LoudLemur said in Meili Search - open-source search alternative to Algolia:
People have started using AI for search instead of search engines.
(As @luckow alluded to previously)That's irrelevant here.
Meilisearch isn't used for searching the web, it's used to e.g. integrate with website to search those.
e.g. I'm frustrated by how crappy search is on Ghost and so I'm wondering if I could integrate Meilisearch with Ghost (lots of people use Algolia for the same reason, apparently, but that's fully proprietary)
-
Meilisearch is similar to Solr. The app has to have code to feed data to the search index. It's not meant to be used directly by an end user.
wrote on Dec 20, 2024, 3:21 AM last edited by@girish More similar to Algolia, and designed as an alternative — a search index via an API.
Example use would be as a drop-in replacement for WordPress search, or any other app where the data could be fed to the index.