How to search files with a filename *searchstring* and a size larger than 100 KB (globally) #137220
-
Select Topic AreaQuestion BodyI have been trying to find out how to do it for over 1 hour now. Google results often date back many years and are related to an old search syntax: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
You're right, the search syntax changed when we introduced the new code search. However, you can use the old syntax (including the |
Beta Was this translation helpful? Give feedback.
You're right, the search syntax changed when we introduced the new code search.
filename
was replaced with the more general-purposepath
qualifier. The size filter is not supported at this time.However, you can use the old syntax (including the
size:
qualifier) with the GitHub API. That may be a workaround for your use case.