Richard87 / releaser

Simple notification when repositories is updated
https://releaser.richardhagen.no
MIT License
69 stars 3 forks source link

Improve search #7

Closed AlexWayfer closed 7 years ago

AlexWayfer commented 7 years ago

Hello!

I can't find https://github.com/odeke-em/drive, by full URL, or just project name, or author name + project name, or parts of this.

It will be fine if releaser will find repo in ~100% of cases by full URL.

Richard87 commented 7 years ago

Hi, I don't have much time for the moment to work on this, but I would love a pull request ☺️

Den fre. 3. feb. 2017, 22:55 skrev Alexander Popov <notifications@github.com

:

Hello!

I can't find https://github.com/odeke-em/drive, by full URL, or just project name, or author name + project name, or parts of this.

It will be fine if releaser will find repo in ~100% of cases by full URL.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Richard87/releaser/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AFe706I30mB8In9NjJwiIuS8Q59OB9biks5rY6JngaJpZM4L22dB .

Richard87 commented 7 years ago

Also, I'm using a simple query like this:

`https://api.github.com/search/repositories?q=${terms}&sort=stars`

So if the search doesn't work, I believe it is a problem with GitHub, and not Releaser...

AlexWayfer commented 7 years ago

I found the solution: fork parameter with true value.

Example for my case: https://api.github.com/search/repositories?q=drive+fork:true

@demonspork Your case: https://api.github.com/search/repositories?q=Jackett+fork:true

true value for this parameter includes forks and non-forks, so it can be hard-coded (not be UI-option).

Reopen issue, please :cry:

tarvip commented 7 years ago

@AlexWayfer thanks, fork:true works.

Richard87 commented 7 years ago

Thanks, I will add it soon!