Events2Join

GitHub Search


Explore GitHub

Search code, repositories, users, issues, pull requests... ... Provide feedback. We read every piece of feedback, and take your input very ...

How to search things in github repository? - Reddit

For example, if i have foo( ) i want to jump to place where foo( ) is defined.

GitHub Code Search not returning results from some repositories

When I try a search for the term "Solr" in the Code Search preview, it returns a list of repositories where results were found.

Search code inside a Github project - Stack Overflow

You can use the advanced search GitHub form: For instance, Use the repo:username/repo-name directive to limit the search to a code repository.

Navigating code on GitHub

You can search for a symbol in a single file, in all files in a repository, or even in all public repositories on GitHub. Symbol search is a feature of code ...

Ability to search based on repository topic or property? #77468

... search for code in a project. This is similar to GitHub's topics or repository properties, but afaik, code search does not support a topic or property filter.

GitHub Search Tips – How to Search Issues, Repos, and More ...

In this article we are going to take a look at different techniques you can use to correctly search GitHub.

Improving GitHub code search - YouTube

Today, we are starting to roll out a technology preview for substantial improvements to searching code on GitHub. We want to give you an ...

A brief history of code search at GitHub

This blog post is part of the same series, and tells the story of why we built a new search engine optimized for code over the past 18 months.

Can no longer search code without being logged in. #77046 - GitHub

While searching across all repos has required being logged in for a long time, when we enhanced the search capabilities earlier in the 2023 we had to extend ...

grep.app | code search

Search across a half million git repos. Search by regular expression.

How GitHub Built Their Code Search Feature - Quastor

With this scheme, GitHub takes care of any duplicate files and also distributes blobs across different shards. This helps prevent any hot shards ...

The technology behind GitHub's new code search

The short answer is that we built our own search engine from scratch, in Rust, specifically for the domain of code search. We call this search engine Blackbird.

Github Search - CrewAI docs!

The GithubSearchTool is a Retrieval-Augmented Generation (RAG) tool specifically designed for conducting semantic searches within GitHub repositories. Utilizing ...

GitHub code search vs. Sourcegraph

Searching repositories, branches, and forks. GitHub allows you to search indexed code, but not all code is indexed. GitHub's current limitations on indexed code ...

TIL: GitHub Code Search is Underrated - Simon says

GitHub code search allows you to query all public GitHub repos with powerful search syntax. You can use it directly in the search bar on the ...

understanding-github-code-search-syntax.md

Search queries consist of search terms, comprising text you want to search for, and qualifiers, which narrow down the search.

GitHub Search Operators in Minutes! - YouTube

Github has a few advanced operators for searching through repos and code. I recommend everyone learns how to use these operators to find ...

Ask HN: Has GitHub Search always been broken? - Hacker News

Yes, it's always been broken. You can search for an identifier that exists in code on the main branch and get zero results.