You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 '''
The text was updated successfully, but these errors were encountered:
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...
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...
My suggestion to this bug in firefox.py:
Only 1 query instead of 3:
The text was updated successfully, but these errors were encountered: