meilisearch / meilisearch/meilisearch-python

Add an endpoint that returns detailed metadata about all fields in an index

Open
#1,198 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
602
Forks
118
Avg merge
4h 44m
Merged PRs (30d)
1

Description

[v1.33.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.33.0)

Add /fields route to get all the fields of an index.

https://github.com/meilisearch/meilisearch/pull/6082

Adds a new POST /indexes/{indexUid}/fields endpoint that returns detailed metadata about all fields in an index. This endpoint provides comprehensive information about each field's configuration, including display, search, filtering, and localization settings.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting how the Python client defines existing index-related endpoints, then compare the requested POST /indexes/{indexUid}/fields route with Meilisearch PR 6082. Done means the client exposes this route and returns the detailed field metadata described in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.