meilisearch / meilisearch/meilisearch-python
Add an endpoint that returns detailed metadata about all fields in an index
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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