grommet / grommet-site

Site for Grommet v2
Apache License 2.0
32 stars 64 forks source link

Fix issues with duplicate Data search results #496

Closed MikeKingdom closed 9 months ago

MikeKingdom commented 9 months ago

Fixes #452

These changes avoid multiple search results for the same name. This also pre-calculates the nameToPath results for items in structure and for a name that appears both as a section name and a component name it gives priority to the component name path.

This fixes issues where Data always goes to the main components page rather than the Data component itself.