google / zoekt

Fast trigram based code search
1.69k stars 113 forks source link

Show more matches for small corpuses #53

Open hanwen opened 6 years ago

hanwen commented 6 years ago

https://cs.bazel.build/search?q=createNewChangeForAllNotInTarget+r%3Agerrit

this should just show all matches to begin with.

dgryski commented 5 years ago

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