Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Github, how to search repositories with multiple keywords?

Tags:

github

Github search example

I want to search these repositories which's title contain 'keyword-1' or 'keyword-2' or 'keyword-3'.

I have read the Github search help documents and search api documents, But I still have no idea how to search with multiple keywords.

like image 718
codesve Avatar asked Nov 30 '25 22:11

codesve


2 Answers

In 2024, you can now use booleans:

OR:

"FOO" OR "BAR" OR "BAZ" language:TypeScript

OR

AND:

"FOO" AND "BAR" AND "BAZ" language:TypeScript

AND

like image 192
Andres Zapata Avatar answered Dec 02 '25 13:12

Andres Zapata


I think the best way to do that is the way you are demonstrating. I mean just use the tags separated by simple space. I have just tested that the first repositories that are shown are those containing all the tags that I am searching. Give it a try, it must be working just fine

like image 33
dstrants Avatar answered Dec 02 '25 12:12

dstrants



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!