zoekt: 6 files / 13 matches / 0.17ms neogrok: 6 files / 13 matches

github.com/isker/neogrokREADME.md 1 match | Markdown | №1

github.com/sourcegraph/zoektREADME.md 1 match | Markdown | №2

github.com/sourcegraph/zoektinternal/syntaxutil/README.md 1 match | Markdown | №3

github.com/sourcegraph/zoektinternal/archive/index.go 1 match | Go | №4

46 // https://github.com/octokit/octokit.rb/commit/3d21ec53a331a6f037a91c368710b99387d012c147 // https://github.com/octokit/octokit.rb/blob/master/README.md48 // https://github.com/octokit/octokit.rb/tree/master/lib

github.com/isker/neogroksrc/routes/syntax/+page.svelte 6 matches | Svelte | №5

129 a file and in the <em>name</em> of the file:130 <ExampleQuery query="README" /> matches both file names and file contents (though131 the search engine tends to rank files containing file name matches higher than
135 with136 <code>file:</code>, like <ExampleQuery query="file:README" />. (137 <code>f:</code> is an equivalent abbreviation for <code>file:</code>).
141 expressions is <code>content:</code> or <code>c:</code>.142 <ExampleQuery query="content:README" /> produces only matches that occur in143 the content of files.
176 <td class="p-1">177 <ExampleQuery query="f:README" />178 <br />179 <ExampleQuery query="f:README neogrok" />180 <br />

github.com/isker/neogroksrc/routes/(search-page)/lander.svelte 3 matches | Svelte | №6

41 <li>42 <ExampleQuery query="file:README test" />43 <span class="text-xs">
114 <li>115 <ExampleQuery query="README" />116 <span class="text-sm"> vs </span>117 <ExampleQuery query="README case:no" />118 </li>