google / zoekt

Fast trigram based code search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show more matches for small corpuses

hanwen opened this issue · comments

Is this the same issue as

$ for i in $(seq 10); do zoekt 'TODO\(dgryski\)' | wc -l; done
      49
      24
      58
      74
      48
      39
      88
      49
      26
      94

And when I query with rg,

$ rg 'TODO\(dgryski\)' |wc -l
     162