this post was submitted on 27 Nov 2023
294 points (94.8% liked)

Programming

17024 readers
166 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

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/

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 40 points 9 months ago (5 children)

lol? That must have been a half ass attempt on your part because GitHub search is fantastic.

[–] [email protected] 11 points 9 months ago (2 children)

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?

[–] [email protected] 6 points 9 months ago (1 children)

Can you elaborate on what happened when you tried to search? I’ve never had trouble.

[–] [email protected] 4 points 9 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.

[–] [email protected] 5 points 9 months ago* (last edited 9 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.

[–] [email protected] 6 points 9 months ago (2 children)

Agreed their search is legendary

[–] [email protected] 2 points 9 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.

[–] [email protected] 4 points 9 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.

[–] [email protected] 3 points 9 months ago (1 children)

It used to be pretty bad but they worked on it and made it a lot better over time.

[–] [email protected] 3 points 9 months ago

It still sucks

[–] [email protected] 0 points 9 months ago

GitHub search is almost as bad as Atlassian search