Edit:

Since theres been some confusion with dates

In 2016 github made site side searching login only and hid the search bar if you werent logged in. This didnt include searching within a repository so that could still be done, just not all repositories

This year was the change being referred to in this link which made repository level searching require logging in

Blog post: https://github.blog/changelog/2023-06-07-code-search-now-requires-login/

    • lysdexic@programming.dev
      link
      fedilink
      English
      arrow-up
      17
      arrow-down
      6
      ·
      10 months ago

      must have been a half ass attempt

      How hard do you need to try to use a feature for it to be considered decent? Do you expect something as basic as a search to put up a fight?

        • SpaceNoodle@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          10 months ago

          GitHub search simply won’t find search terms that I know are there (because I can grep them in my local repo). It also fails to search all branches. There’s also insufficient filtering for filetypes or paths.

          Maybe I’m just spoiled from having used OpenGrok, as well as knowing how to use basic tools like find and grep, all of which I find substantially more useful.

      • grue@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        1
        ·
        edit-2
        10 months ago

        Do you expect something as basic as a search to put up a fight?

        Increasingly, you should be. Search algorithms from Amazon to Google are getting deliberately enshittified in order to force you to see what they want you to see instead of finding what you were actually looking for. For example, things like quotation marks and the minus operator no longer work. I would be supremely unsurprised to learn of Microsoft following suit.

      • Phen@lemmy.eco.br
        link
        fedilink
        arrow-up
        5
        arrow-down
        3
        ·
        10 months ago

        how do you access it? I usually just clone the repo and search locally because I was under the impression there was no way to search code on github.

        • nous@programming.dev
          link
          fedilink
          English
          arrow-up
          10
          arrow-down
          2
          ·
          edit-2
          10 months ago

          Just use the search bar… the only one they have that is on every page at the top right. That takes you to the results which defaults to code, but you can change it on the side to show repos, issues, prs, etc. You can even limit it to single repos or whole organisations.

          • Phen@lemmy.eco.br
            link
            fedilink
            arrow-up
            3
            arrow-down
            3
            ·
            10 months ago

            I guess I got the short stick of some A/B testing then. It doesn’t search further than file names for me.

            • Kuinox@lemmy.world
              link
              fedilink
              arrow-up
              6
              arrow-down
              2
              ·
              edit-2
              10 months ago

              You used the wrong search bar, you just used the one for the file list.
              There is a search icon on the top right.

              • lysdexic@programming.dev
                link
                fedilink
                English
                arrow-up
                3
                arrow-down
                1
                ·
                10 months ago

                You used the wrong search bar, you just used the one for the file list.

                The fact that one of the excuses for GitHub search results being subpar is that there is a right and a wrong search bar is already telling.

                • Kuinox@lemmy.world
                  link
                  fedilink
                  arrow-up
                  2
                  arrow-down
                  2
                  ·
                  10 months ago

                  The fact you call it “search results being subpar” tell me you never used the big top search bar labeled “Type / to search”.
                  You can’t make an interface that everyone will understand, there will always be a percentage of user who will be lost.

              • Phen@lemmy.eco.br
                link
                fedilink
                arrow-up
                2
                arrow-down
                2
                ·
                10 months ago

                I used the one on the top right, the same I always used for PRs, issues and stuff like that. It doesn’t search file contents for me.

                • Kuinox@lemmy.world
                  link
                  fedilink
                  arrow-up
                  7
                  arrow-down
                  1
                  ·
                  10 months ago

                  I mean what view do you even get in this case ?
                  The code tab, shows… code ?

                  • Phen@lemmy.eco.br
                    link
                    fedilink
                    arrow-up
                    2
                    ·
                    10 months ago

                    Tbf I’m just replying from memory, as I’m on vacation this month and I didn’t bring my pc with me, but:

                    I just get a list of repos when searching globally or the regular issue/pr list view when searching inside a repo.

                    I have never seen the view in that screenshot. Has it been there for a long time?

      • MajorHavoc@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        10 months ago

        This is news to me. I’ve been cloning and searching for years because web search was useless. And by useless I mean - I know the word I’m looking for appears in exactly four places, formatted and capitalized exactly this way - and GitHub web search still doesn’t find it.

        It wouldn’t surprise me if it’s gotten massively better - but only in the way that choosing to ride a bicycle to work is a massive improvement over sitting on a random rock.

    • NotSteve_@lemmy.ca
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      10 months ago

      I don’t find the search too bad but what does make it difficult is digging through a million forks of a library. Sometimes I want to find how other people used an obscure library method and I end up having to wade through endless forks with the same repeated bit of code.

      This is more a complaint of people using forking as a like button but I do wish there was an option to exclude them from search.