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

Added search modes and extra functions #838

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

wuniversales
Copy link
Contributor

@wuniversales wuniversales commented Oct 3, 2020

I have created a new search mode.
This could be considered part of a solution for the ticket #321

When activating the search, two search modes appear:

1- External mode.

This mode redirects and searches any external web page.

Features of this mode:

  • Possibility of inserting the URL of a search engine.
  • Configurable search parameter.
  • Configurable form method.
  • It is allowed to "Force" external search engines to only find results from the user's website.
  • It is possible to open the results in a new tab.
  • This is the mode activated by default since it does not require any api key.
  • By default it is configured with duckduckgo, for obvious reasons of user privacy, but it can be configured with any search engine.

Screenshot:
imagen

2- Integrated mode.

This mode integrates searches on the user's websites.

Features of this mode:

  • Use the previous internal search method.
  • Configurable search parameter.
  • It is possible to open the results in a new tab.

Screenshot:
imagen

@wuniversales
Copy link
Contributor Author

It's ready

@candideu
Copy link

candideu commented Mar 8, 2022

Thanks for this @wuniversales ! Works great!

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

Successfully merging this pull request may close these issues.

None yet

3 participants