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.
CodePudding user response:
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