bedrock icon indicating copy to clipboard operation
bedrock copied to clipboard

Implement deeper search

Open Wolfr opened this issue 7 years ago • 1 comments

Implement a deeper search that can also search “samples”.

Technically we will probably need to generate a list of possible search results in JSON format on every build. Then this list can be used to refer to components (linked to the hashes (#) in pages itself).

Wolfr avatar Feb 20 '19 19:02 Wolfr

Example, here is the search for “radio” in Bedrock -

screenshot 2019-02-21 at 10 26 39

And here is the search for “radio” in Storybook. Storybook finds the “deeper” components.

screenshot 2019-02-21 at 10 25 34

Wolfr avatar Feb 22 '19 07:02 Wolfr