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

Allow users to choose default prefix for search bar #65

Closed
aazam476 opened this issue Jul 12, 2021 · 7 comments · Fixed by #61
Closed

Allow users to choose default prefix for search bar #65

aazam476 opened this issue Jul 12, 2021 · 7 comments · Fixed by #61
Labels
🔨 Feature New feature or request
Milestone

Comments

@aazam476
Copy link

Allow users to choose default prefix for search bar

Example:
User chooses "/g" as default prefix
Users puts "YouTube" in search bar and presses enter
Flame returns output for "/g YouTube"

@pawelmalak pawelmalak added the 🔨 Feature New feature or request label Jul 16, 2021
@pawelmalak pawelmalak added this to the v1.6 Release milestone Jul 16, 2021
@jjack
Copy link

jjack commented Jul 16, 2021

You are in luck! A PR was just approved that does just that.

#61

@aazam476
Copy link
Author

Is there a way to change DuckDuckGo as the default search engine?

@jjack
Copy link

jjack commented Jul 16, 2021

You can change the default by going to http://flame:5005/settings/other. Under "Modules" there's a section for "Default Search Provider"

@jjack
Copy link

jjack commented Jul 16, 2021

I'm wondering now if that should be under a different section, like "App Behavior" to make it easier to find.

Thoughts, @pawelmalak ?

@pawelmalak
Copy link
Owner

Yes, I already changed that on my local branch. I also changed how the options in select input are rendered. It will now use json file with prefixes which is already used by searchParser instead of hard coding them.

@aazam476
Copy link
Author

When will this local branch be available in Docker?

@pawelmalak
Copy link
Owner

When will this local branch be available in Docker?

Just pushed updated Docker image to the hub. It should be live now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants