Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How can I disable search history without disabling any other histories?

  • 2 replies
  • 2 have this problem
  • 45 views
  • Paskiausią atsakymą parašė j3rk

more options

I recently noticed that my search history had a huge number of remembered queries. I don't really care to see previous searches in my list. Is there a way to configure Firefox to clear that without wiping out any of my other histories? I like having browser history and I don't want it to clear out my auto-complete stuff in forms, but I do want it to wipe out my search history. When looking at settings, it appears the Form and Search history are tied together. That doesn't make sense to me. Is there a flag in about:config I can toggle to just wipe out search history on browser restart, leaving the rest intact? I use the separate search box and have disabled the "awesome bar."

I recently noticed that my search history had a huge number of remembered queries. I don't really care to see previous searches in my list. Is there a way to configure Firefox to clear that without wiping out any of my other histories? I like having browser history and I don't want it to clear out my auto-complete stuff in forms, but I do want it to wipe out my search history. When looking at settings, it appears the Form and Search history are tied together. That doesn't make sense to me. Is there a flag in about:config I can toggle to just wipe out search history on browser restart, leaving the rest intact? I use the separate search box and have disabled the "awesome bar."

Chosen solution

Wow, that extension looks overly complicated for what I want to accomplish. I did some digging into the sqlite files and found that this information is stored in the formhistory.sqlite file in my profile directory. I'm just writing a basic tool that will open that db file and wipe out the 'searchbar-history' items only.

Skaityti atsakymą kartu su kontekstu 👍 0

All Replies (2)

more options

Search history and saved form data are combined, so it isn't easy to remove only the search history.

You can look at this extension:

more options

Chosen Solution

Wow, that extension looks overly complicated for what I want to accomplish. I did some digging into the sqlite files and found that this information is stored in the formhistory.sqlite file in my profile directory. I'm just writing a basic tool that will open that db file and wipe out the 'searchbar-history' items only.