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

Double results #2

Open
BY-GitHub opened this issue Jun 15, 2023 · 3 comments
Open

Double results #2

BY-GitHub opened this issue Jun 15, 2023 · 3 comments

Comments

@BY-GitHub
Copy link

BY-GitHub commented Jun 15, 2023

My suggestion to this bug in firefox.py:

Only 1 query instead of 3:

       results.append(f'''select distinct b.title, visit_count, url, frecency, b.id
                              from moz_bookmarks as b
                              join moz_places    as p on b.fk = p.id
                              where lower(b.title) like {cond2} 
                                 or lower(p.url) like {cond2}                                   
                              order by frecency desc '''
@hhelibeb
Copy link
Owner

Thank you! I actually forgot how to use it and failed to install it 😥. Now, I'm just working with 'Everything' instead of Wox. Please feel free to take any action you'd like, such as creating a PR...

@BY-GitHub
Copy link
Author

Do you have a bookmark search functionality for Firefox in "Everything"?

@hhelibeb
Copy link
Owner

Do you have a bookmark search functionality for Firefox in "Everything"?

no, it only supports file search. for browser history/bookmark i'm using address bar of firefox and lazy to change. well, maybe we firefox users are too marginal...

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

No branches or pull requests

2 participants