django-haystack / django-haystack/django-haystack

Add "verbose_name/verbose_name_plural" overrides on ``SearchIndex``

Open
#248 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
Python
Stars
3.7k
Forks
1.3k
Avg merge
3h 18m
Merged PRs (30d)
3

Description

ModelAdmin allows overrides like this and it could be useful to people who are trying to change how things are output in their results.

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

Locate the SearchIndex entry point and compare its behavior with the ModelAdmin override mentioned in the issue. Check the existing search result output and tests, if present; done means SearchIndex supports verbose_name and verbose_name_plural overrides and those values are reflected in results.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.