This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 975
Add Yandex to search engine prefs and results #2703
Milestone
Comments
Per @aekeus's comment on Slack, this will need a fix to be able to handle POST: |
Handling POST would also help #5235. |
I've implemented general search and confirmed it's working well. I created a separate issue for tracking search suggestions by Yandex which can be found here: #5963 |
bbondy
pushed a commit
that referenced
this issue
Dec 13, 2016
Fixes #2703 Also includes - small refactor in js/components/urlBar.js which should make future changes easier (and opens this up to unit testing) - removes permafail webdriver test that should have been removed with #5826 (I missed the fact CI failed on this when reviewing) Auditors: @bbondy, @cezaraugusto Test Plan: 1. Launch Brave and open Preferences 2. Set Yandex as your default search engine 3. Search in the omnibox, confirm it shows results on yandex.com 4. Check the URL that was created; client ID (clid=) should be: - 2274777 on Windows - 2274776 on macOS - 2274778 on linux 5. Try the search engine shortcut, :ya and do a search in the omnibox
This was referenced Dec 13, 2016
Where's Ecosia? |
I think it is just a suggestion and not decided to include it |
Regardless, custom search engines (#3053—1.1.0 milestone) will solve the problem. |
Exactly! |
I posted a separate issue for Ecosia at #7158. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Yandex offers an API that will integrate deeper into search results by providing suggestions from Yandex in real time.
Yandex API info for POST requests:
https://tech.yandex.com/xml/doc/dg/concepts/post-request-docpage/
API keys are private.
The text was updated successfully, but these errors were encountered: