搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

MOZILLA SUPPORT SUCKS: SQLite is a work-around to find misplaced Folders in Firefox but...

more options

Since DAY ONE Firefox has not allowed users to find misplaced folders because it has no feature to do so that actually functions for this task. There are outdated extensions and several methods that simply do not work yet for some reason folders containing other folders and bookmarks constantly disappear and are usally relocated into some other folder.

Sure, maybe we can remember a keyword for searching and can find an entire list of bookmarks that way but what about all of the others in the misplaced hierarchy of folders and bookmarks?

MOZILLA SUCKS BIG TIME IN THIS CONTEXT

They know damn well this has been a serious problem for years and have not responded when updating Firefox. They suck so bad they won't even write a tutorial that actually explains how to use SQLite for example to search through places.sqlite which will in fact at least identify the path where the misplaced folder(s) are located so a user can relocate back to where they can be seen and used.

I can use SQLite Browser to find bookmarks but not the folder they are in or the path where the folder is located.

Where's the tutorial for SQLite?

Since DAY ONE Firefox has not allowed users to find misplaced folders because it has no feature to do so that actually functions for this task. There are outdated extensions and several methods that simply do not work yet for some reason folders containing other folders and bookmarks constantly disappear and are usally relocated into some other folder. Sure, maybe we can remember a keyword for searching and can find an entire list of bookmarks that way but what about all of the others in the misplaced hierarchy of folders and bookmarks? MOZILLA SUCKS BIG TIME IN THIS CONTEXT They know damn well this has been a serious problem for years and have not responded when updating Firefox. They suck so bad they won't even write a tutorial that actually explains how to use SQLite for example to search through places.sqlite which will in fact at least identify the path where the misplaced folder(s) are located so a user can relocate back to where they can be seen and used. I can use SQLite Browser to find bookmarks but not the folder they are in or the path where the folder is located. Where's the tutorial for SQLite?

被選擇的解決方法

I haven't tested this add-on to see if if include bookmark folders, but it looks like it may help: https://addons.mozilla.org/en-US/firefox/addon/bookmark-search-plus-2/

從原來的回覆中察看解決方案 👍 0

所有回覆 (6)

more options

Please continue your question where you started it please as it has been answered there. <strike>https://support.mozilla.org/en-US/questions/ 1208857</strike>

edit: thread was bumped by and not started by ClintonGallagher

由 James 於 修改

more options

Hi, I'm a moderator of this support forum. Please do not continue your question in the other thread, as that is someone else's thread.

Starting a new thread was the right thing to do. :)

more options

In the Firefox SQLite Manager extension this query used to work:

SELECT b.id AS "Bookmark ID", b.title AS "Title", p.title AS "Folder", ia.content, aa.name AS "AnnoAttribute"
FROM (moz_bookmarks AS b INNER JOIN moz_bookmarks AS p ON p.id = b.parent), moz_items_annos AS ia, moz_anno_attributes AS aa
WHERE (b.id = ia.item_id) AND (ia.anno_attribute_id = aa.id) AND (aa.name LIKE 'bookmarkPropertiesDialog/folderLastUsed')
ORDER BY ia.content DESC
more options

Thanks for the sql query cor-el. It stills runs on sqlite 3.10.1 but it does not solve the problem yet but I did mark as helpful because it is a helpful query and given the time to hack it up further I'll see what I can learn.

That said, the "Bookmark search plus 2" add-on was recommended and does in fact help we users to identify the location of a folder hierarchy that was somehow relocated into another folder.

However, Mozilla still sucks as this has been a Day One problem and the developers should have developed a native means to search for folders by now as one would surmise AFTER 60 HISTORCAL UPDATES as of the date of this rant.

The best way IMO would be searching on a known term that exists in the name of a bookmark such as "inkscape" so search results on that known term returns the folder hierarchy where all such found instances of the search term resides.

But that's just me...

more options

選擇的解決方法

I haven't tested this add-on to see if if include bookmark folders, but it looks like it may help: https://addons.mozilla.org/en-US/firefox/addon/bookmark-search-plus-2/

more options

That add-on did work Chris thank you for recommending it.