Meilisearch: Unified Search & AI Retrieval Platform

2 min read Original article ↗

Meilisearch Cloud - Improve your search experience in a snap | Product Hunt

One platform to build, scale, and unify search and AI retrieval

Simplifying how teams build with search.

Trusted by leading industry innovators

The next generation of search

Meilisearch is a flexible and powerful user-focused search engine that can be added to any website or application.

Apps & sites's icon

Apps & sites

Leverage a unified information retrieval platform with AI-powered hybrid search.

Deliver fast, relevant results out-of-the-box across private or public data, in apps or websites.

Apps's asset

Easy to integrate

At Meilisearch, we take the developer experience to heart. That's why we work hard to make our API self-explanatory and develop our SDKs to let you concentrate on what matters the most.

Documentation

Window buttons

const client = new MeiliSearch('http://localhost:7700', 'masterKey')

await client.index('movies').addDocuments([
  { 'id': 1, 'title': 'Carol' },
  { 'id': 2, 'title': 'Wonder Woman' },
  { 'id': 3, 'title': 'Life of Pi' },
  { 'id': 4, 'title': 'Mad Max: Fury Road' },
  { 'id': 5, 'title': 'Moana' },
  { 'id': 6, 'title': 'Philadelphia' }
])

// be aware this client is using the masterKey, it should not be used in front end
const search = await index.search('philodelphia')
console.log(search)

Background gradient and figure

Join the community

Join our community to make the search accessible to everyone. Whether you are a contributor, a user or you need answers to your questions we will be there for you.

GitHub illustration

GitHub

Open issues and PRs, request new features, and vote on the ones that matter the most to you!

Start contributing

Discord illustration

Docs illustration