What is the GitHub search syntax for mandatory search terms?

677 Views Asked by At

What is the syntax for specifying that words must appear in the results of a GitHub search? - Similar to using the double quotes around words in a Google search.

1

There are 1 best solutions below

0
On BEST ANSWER

The quotations are only used for query with a space in them.

By default, a word is supposed to appear is the results. No quotes needed.

If you have several words, you can try:

word1 AND word2 AND word3

Although AND/OR operator do not seem to be supported.