-
Notifications
You must be signed in to change notification settings - Fork 16
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
Multi-search with custom engines #25
Comments
Yes. "use_other_engine":
[
{
"dbname": "user",
// # Where the engines database come from . "user" means your custom engine
"engine": "your engine 1",
"btn": "button name of that engine" // # Optional. Absence will make fallback to the first button
},
{
"dbname": "user",
"engine": "your engine 2",
}
]
|
Yes. It's in extension settings |
That works perfectly. Thank you so much 😍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can I perform a multi-search with my custom engines?
I read the instructions for creating multi-search with built-in engines, but I need help figuring out how to do that with custom engines.
Aside from that, can we open search tabs right after the active tab instead of opening the first tab?
I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: