Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinquillen committed Jan 26, 2024
1 parent 972736c commit 7c3b04a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ With DDEV installed, run this command:

The Meilisearch container is reached at hostname: "meilisearch", port: 7700.

Outside of the container, you can visit `127.0.0.1:7700/health` in your browser to verify health status.
Outside the container, you can visit `127.0.0.1:7700/health` in your browser to verify health status.

The default API key for Meilisearch is `ddev`. You can provide your own by
adding to `.ddev/.env` in your project, and adding the `MEILI_MASTER_KEY` variable:
Expand All @@ -21,11 +21,23 @@ adding to `.ddev/.env` in your project, and adding the `MEILI_MASTER_KEY` variab

## Admin Dashboard

tbd
This DDEV addon also includes the admin dashboard by riccoxie:

https://github.com/riccoxie/meilisearch-ui

The admin dashboard is useful to navigate your collections and schema and debug your search.

You can access the admin dashboard by navigating to this URL in your browser:

`http://meilisearch.(DDEV_HOSTNAME):8100`

To login, provide the configured API key, `127.0.0.1` as the hostname, and
`7700` as the port.

# Drupal and Search API

If you are using Drupal, you can use Search API and the Search API Meilisearch
If you are using Drupal, you can use Search API and the [Search API
Meilisearch](https://www.drupal.org/project/search_api_meilisearch)
modules to connect to the running Meilisearch instance.

**Originally Contributed by [kevinquillen](https://github.com/kevinquillen)**

0 comments on commit 7c3b04a

Please sign in to comment.