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

search repositories filter width language #375

Closed
Hunlongyu opened this issue Aug 24, 2021 · 2 comments
Closed

search repositories filter width language #375

Hunlongyu opened this issue Aug 24, 2021 · 2 comments
Labels
Type: Feature New feature or request
Projects

Comments

@Hunlongyu
Copy link

What’s missing?
Can't search repositories width languages

Why?

Alternatives you tried

image
image

@Hunlongyu Hunlongyu added the Type: Feature New feature or request label Aug 24, 2021
@ghost ghost added this to Features in JS Aug 24, 2021
@Hunlongyu
Copy link
Author

Not even advanced search

image

@Hunlongyu
Copy link
Author

Hunlongyu commented Aug 24, 2021

I've solved it

const qs = `${q + ' language: ' + lng}`
await octokit.request('GET /search/repositories', { q: qs, page })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
No open projects
JS
  
Done
Development

No branches or pull requests

1 participant