handsontable / handsontable/hyperformula
Docs: Investigate duplicate search results
Open
Nobody has claimed this yet.
Bug
Docs
Impact: Medium
- Dominant language
- TypeScript
- Stars
- 2.8k
- Forks
- 171
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 7
Description
In many cases, search shows two identical search results, for example:


This seems to affect the config.html page (not included in the TOC), which gets built from the ./src/Config.ts file.
The ./src/Config.ts file includes this line: https://github.com/handsontable/hyperformula/blob/master/src/Config.ts#L493
The @inheritDoc tag info:
https://tsdoc.org/pages/tags/inheritdoc/
To do:
- Investigate the reason for "duplicate" search results
- Try to find a way to make them display separately (or remove duplicate entries from the docs entirely?)
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.
Assessment
This issue has not been assessed yet.