Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search query is not being input into google #374

Open
Ri25tch opened this issue Jan 14, 2023 · 6 comments
Open

Search query is not being input into google #374

Ri25tch opened this issue Jan 14, 2023 · 6 comments

Comments

@Ri25tch
Copy link

Ri25tch commented Jan 14, 2023

If I type for example
"Search dogs" or "search -gg dogs" (and no I don't add the quotes) lol
This would then input dogs into the Google search field.
This is no longer the case.
No matter my input through tui, All it does is bring me to Google with an empty search field. Although I do notice that the quarry is being input into the address bar but zero attempts at a search of any kind.
I am using a
Galaxy z fold 3
Android 13
UI 5.0

@s99h
Copy link

s99h commented Jan 15, 2023

It seems as if Google changed the search address.
In TUI-ConsoleLauncher/app/src/main/java/ohi/andre/consolelauncher/commands/main/raw/search.java is a line 23. It contains this definition:

GOOGLE_PREFIX = "http://www.google.com/#q=";

But i think it should be:
GOOGLE_PREFIX = "https://www.google.de/search?q=%"

My workaround:

  • Add this line in your t-ui/alias.txt:
    google=search -u https://www.google.de/search?q=%
  • Save alias.txt
  • Restart t-ui using the commandline: restart
  • Use your new alias from commandline to search for dogs: google dogs

Good luck!

@Ri25tch
Copy link
Author

Ri25tch commented Jan 15, 2023 via email

@abraxas86
Copy link

abraxas86 commented May 16, 2023

I'm getting this now as well... (⁠╯⁠°⁠□⁠°⁠)⁠╯⁠︵⁠ ⁠┻⁠━⁠┻

It's kind of especially frustrating because search?= has been the prefix for over a decade. Maybe the app has a different trigger or something? Is this git still updated - are we likely to get an updated APK to install?

@akashpal-21
Copy link

akashpal-21 commented May 19, 2023

@abraxas86 doesnt seem likely, this app is abandoned, I tried compiling it myself but I have never compiled a gradle project before and I couldnt configure it to compile. Such a shame the developer neglect this to this extent. I am not aware of any actively maintained fork too. It seems no one really cares about this project anymore.

@abraxas86
Copy link

@abraxas86 doesnt seem likely, this app is abandoned, I tried compiling it myself but I have never compiled a gradle project before and I couldnt configure it to compile. Such a shame the developer neglect this to this extent. I am not aware of any actively maintained fork too. It seems no one really cares about this project anymore.

Bummer... Maybe GPT4 can figure it out, or maybe we can twist Francesco's arm to give us an update. Wonder how much of a donation that would take 😂

@igotapochahontas
Copy link

This workaround is great! Is there a similar one for the YouTube app? It's doing the same thing to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants