Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Fuzzy searching for Queries, Mutations, Types, Arguments #720

Open
aryascripts opened this issue Feb 15, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@aryascripts
Copy link

Fuzzy Search

It would be really nice to have some kind of search capability that searches the entire schema on the page, with fuzzy matching. Libraries like Fuse.js already exist for you to plug into the HTML page that we can just use to search the data which is generated.

It would be ideal to search these:

  • Query names
  • Mutation names
  • Type names
  • Type descriptions
  • Field names
  • Input argument names (for mutations)

Is this something that is doable with Spectaql in the future?

@newhouse newhouse added the enhancement New feature or request label Feb 15, 2023
@newhouse
Copy link
Collaborator

partial duplicate of #312

@newhouse
Copy link
Collaborator

I like this in general. Just need to find the time to implement new features and nice-to-haves. Right now I'm focusing mainly on bugs until I get a bit more free time to devote.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants