django-haystack / django-haystack/django-haystack
Add "verbose_name/verbose_name_plural" overrides on ``SearchIndex``
Open
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
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
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