Search Bar: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (replace Location Bar with a link to category)
(added External links category, new links, removed "search bar widgets" link)
Line 20: Line 20:
==Viewing filtered results from search engines==
==Viewing filtered results from search engines==
===Google===
===Google===
There is a way to turn Safesearch off in the Google search plugin without setting preference cookies. Simply go to the Firefox [[installation directory]] (not the [[profile folder]]), open up the "<tt>searchplugins</tt>" directory, open up the "<tt>Google.src</tt>" file and add <code><input name="safe" value="off"></code> between <code><input name="oe" value="utf-8"></code> and
There is a way to turn Safesearch off in the Google search plugin without setting preference cookies. Simply go to the Firefox [[installation directory]], open up the "searchplugins" folder, open the "google.src" file in a text editor like Notepad and add <tt><input name="safe" value="off"></tt> between <tt><input name="oe" value="utf-8"></tt> and
<code><interpret browserResultType="result"></code>. Then save the file and restart Firefox.
<tt><interpret browserResultType="result"></tt>. Then save the file and restart Firefox.


===Yahoo===
===Yahoo===
To turn off filtering for Yahoo, go to the Firefox [[installation directory]] and open the "<tt>searchplugins</tt>" directory. Then open up the "<tt>yahoo.src</tt>" file in Notepad or a similar text editor. Add <code><input name="vm" value="i"></code> after <code><input name="ei" value="UTF-8"></code>. Save and restart Firefox.
To turn off filtering for Yahoo, go to the Firefox [[installation directory]] and open the "searchplugins" folder. Then open up the "yahoo.src" file in Notepad or a similar text editor. Add <tt><input name="vm" value="i"></tt> after <tt><input name="ei" value="UTF-8"></tt>. Save and restart Firefox.


==See also==
==See also==
* [[Using keyword searches]] from the [[:Category:Location Bar|Location Bar]].
* [[Using keyword searches]] from the [[:Category:Location Bar|Location Bar]]
* [http://extensionsmirror.nl/index.php?showtopic=1048#search_bar_widgets The list of extensions to the Search Bar at The Extensions Mirror.]
* [[Resizing the search bar]]
==External links==
* [http://www.extensionsmirror.nl/index.php?showtopic=4319 Search Engine Ordering] Firefox extension
* [http://mycroft.mozdev.org/download.html?name=mozillazine+knowledge+base&submitform=Find%20search%20plugins Mycroft search plugin for MozillaZine Knowledge Base]
* [http://mycroft.mozdev.org/download.html?name=mozillazine+knowledge+base&submitform=Find%20search%20plugins Mycroft search plugin for MozillaZine Knowledge Base]

Revision as of 19:27, 21 December 2005

This article applies to Firefox.

Firefox's Search Bar is a convenient way to search using your favorite search engines. The default is Google.

Using the Search Bar

To search, click in the Search Bar (or press "Ctrl+K") and start typing. Hit "Enter" and your search will be run. You can use "Alt+Enter" to open search results in a new tab.

The Search Bar supports more than one search engine. To see the list of available engines click the icon at the left of the bar, and a list showing the choices will appear. You can also use "Ctrl+Up"/"Ctrl+Down" to cycle between the available choices.

Installing search plugins

To add new search engines to the Search Bar, click the search icon and then click "Add Engines...". You will be taken to the Search Engines page at Mozilla Update where some of the more popular search plugins can be installed. (A more comprehensive collection of search plugins is available at mycroft.mozdev.org.) Click one of the search engine links to install the new search plugin. If you don't see an "Add Search Engine" dialog box, make sure that JavaScript is enabled.

You can always uninstall search plugins you don't want.

  • Linux users: On Linux, you will need root privileges, unless you've installed the program somewhere the user has access to. To obtain root privileges, fire up the console and type su (followed by the root password). Then type firefox.

Clearing search history

You can clear the previous searches from the Search Bar. Just right-click it and select "Clear Search History". You can delete individual elements by selecting them and pressing "Shift+Del".

Viewing filtered results from search engines

Google

There is a way to turn Safesearch off in the Google search plugin without setting preference cookies. Simply go to the Firefox installation directory, open up the "searchplugins" folder, open the "google.src" file in a text editor like Notepad and add <input name="safe" value="off"> between <input name="oe" value="utf-8"> and <interpret browserResultType="result">. Then save the file and restart Firefox.

Yahoo

To turn off filtering for Yahoo, go to the Firefox installation directory and open the "searchplugins" folder. Then open up the "yahoo.src" file in Notepad or a similar text editor. Add <input name="vm" value="i"> after <input name="ei" value="UTF-8">. Save and restart Firefox.

See also

External links