graphql-docs icon indicating copy to clipboard operation
graphql-docs copied to clipboard

Sidebar search

Open brettchalupa opened this issue 2 years ago • 4 comments

It'd be nice to be able to search through all of the concepts in the sidebar. I think this would be a really simplistic client-side JS search through the current DOM elements.

brettchalupa avatar Oct 14 '22 19:10 brettchalupa

Hey Brett, so what's required is a search functionality that would allow a user to search for concepts under the sidebar? If so, I can take a look at this issue

stanj98 avatar Jan 27 '23 14:01 stanj98

@stanj98 my thoughts are that it'd just be a simple text input to filter the queries, mutations, etc. to make it easy to find what you're looking for. Ideally just vanilla JS, no dependencies. Thanks for the interest!

brettchalupa avatar Jan 27 '23 20:01 brettchalupa

I installed Ruby but are there any dependencies that need to be installed prior to executing the bin/setup script?

stanj98 avatar Jan 28 '23 12:01 stanj98

@stanj98 there shouldn't be any other dependencies aside from Ruby! Let me know if you have any issues though, happy to help. 👍

brettchalupa avatar Feb 06 '23 17:02 brettchalupa