Movies

General

The movie dataset weights 19MB and contains 31968 movies.

The movies have been choosen based on:

The movies have been fetched using https://www.themoviedb.org/ and their public API.

We cannot guarantee that some obscure unknown films that have no accreditation are present in this dataset.

Content

Every movie is composed of the following fields:

The order of the fields determine their importance in Meilisearch. With the show-cased example, a match in title will be considered more relevant than a match in overview (See this doc).

JSON Settings

{
	"searchableAttributes": ["title", "overview"],
	"filterableAttributes": ["id", "genres", "release_date"],
	"sortableAttributes": ["release_date"]
}