Learn how to install Meilisearch, index a dataset, and perform your first search.
aSampleMasterKey
as a master key, but you may change it to any alphanumeric string with 16 or more bytes. In most cases, one character corresponds to one byte.--master-key
configuration option to secure Meilisearch. Setting a master key is optional but strongly recommended in development environments. Master keys are mandatory in production environments.movies.json
to a new index called movies
. It also set id
as the primary key.
taskUid
to check the status of your documents:
status
is enqueued
or processing
, all you have to do is wait a short time and check again. Proceed to the next step once the task status
has changed to succeeded
.
q
represents the search query. This query instructs Meilisearch to search for botman
in the documents you added in the previous step:
limit
parameter.