Skip to content

any update code search by date and 100 pages ? #121777

Discussion options

You must be logged in to vote

Hi @cobavcova. We have no plans to implement search by date at this time because our code search backend de-duplicates file content and Git does not store the modification time at the tree or blob level. This makes the feature extremely difficult to implement correctly.

As I've mentioned in the past, the old code search date filtering was based on when the file was indexed, and the index was rebuild infrequently. That made it a decent proxy for "last modified". The new system rebuilds the index frequently, so using the reindex time is not a useful way to sort.

We are planning to increase the result limit (we already did for the API) but it has been lower priority than other work scaling t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LiteBrite82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Search and Navigation Search, navigate, and understand code on GitHub Question
2 participants