Search is missing at least one result #157156
-
Select Topic AreaQuestion BodyNot sure if this is a bug or a hard-to-understand feature, but I have just confirmed that the search function is returning incomplete results for the simplest imaginable search in a particular repo. I have read that some repos aren't indexed, but this one appears to be (since I get some results). The file inside which I found the extra hit isn't remotely new, either. The search is for the term "vulture" in the https://github.com/taleden/EDSY repo. In fact, the https://github.com/taleden/EDSY/blob/master/eddb.js file also has 7 hits for the same string. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @neilser, sorry for the inconvenience. There is a file size limit for code search and the |
Beta Was this translation helpful? Give feedback.
Hi @neilser, sorry for the inconvenience. There is a file size limit for code search and the
eddb.js
file is too big to be indexed. We document that here.