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

[BUG] Lawnchair search widget only searches for the first word on web search #5198

Closed
AloneAlexandros opened this issue Jan 23, 2025 · 5 comments
Labels

Comments

@AloneAlexandros
Copy link

Describe the bug

I am using Arc Search for Android. When I search through the lawnchair search widget, only the first word of the search query is being searched for some reason? Doesn't matter which search engine.

Steps to reproduce

Steps to reproduce the behavior:

  1. Set arc search as default browser
  2. Use lawnchair app drawer search to search a more than 1 word query (in my case i tried "test test"
  3. Click a web result or "Search with [search engine]
  4. Only the first word is being searched (in my case, it only searched for "test"

Expected behavior

I expected it to search normally, what can I say

Screenshots

Record.Jan.23.2025.mp4

Device information

  • Device: OPPO A38
  • OS: ColorOS 14
  • App version: 14.Dev.(d7e3f32) [from google play store]

Additional context

No response

@MrSluffy
Copy link
Member

@AloneAlexandros
Copy link
Author

AloneAlexandros commented Jan 24, 2025

Fixed use latest nightly https://github.com/LawnchairLauncher/lawnchair/releases/tag/nightly

I just installed the latest nightly, and no, it is not fixed.

@MrSluffy
Copy link
Member

video6096005657700340320.mp4

@AloneAlexandros
Copy link
Author

video6096005657700340320.mp4

I specified this happens on a specific browser called Arc Search. It may be happening because you have spaces in the search query instead of putting %20 between words? If this isn't the case, then it is an issue of the specific app and I'll let the devs know.

@AloneAlexandros
Copy link
Author

AloneAlexandros commented Jan 24, 2025

video6096005657700340320.mp4

I specified this happens on a specific browser called Arc Search. It may be happening because you have spaces in the search query instead of putting %20 between words? If this isn't the case, then it is an issue of the specific app and I'll let the devs know.

It appears like this is exactly the issue, since when I search "test%20test" it searches "test test". This is because links usually are not allowed to have spaces and that's why the %20 stands for a space character. If you make sure that in every query the spaces are replaced for %20, it will work on all browsers.https://github.com/user-attachments/assets/de8c36e4-5512-4d22-9475-7491f6bdedc5

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

No branches or pull requests

2 participants