hyperformula icon indicating copy to clipboard operation
hyperformula copied to clipboard

Docs: Investigate duplicate search results

Open kirszenbaum opened this issue 3 years ago • 1 comments

In many cases, search shows two identical search results, for example: 1 2

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?)

kirszenbaum avatar Dec 20 '21 12:12 kirszenbaum

Variable named dateFormats is a member of ConfigParams interface, Config class and defaultConfig public static variable. That's why it is shown thrice in the search results.

IMO the problem is that the search results don't show what class does a variable belong to.

sequba avatar Apr 28 '22 17:04 sequba