Techniqued- Technoloy, Review and Tutorials
  • Android
  • Freewares
  • Tutorial
  • Windows 11
  • macOS
No Result
View All Result
Techniqued- Technoloy, Review and Tutorials
  • Android
  • Freewares
  • Tutorial
  • Windows 11
  • macOS
No Result
View All Result
Techniqued- Technoloy, Review and Tutorials
No Result
View All Result

How to Create a Search Connector for any Website in Windows 7

Nirmal by Nirmal
March 1, 2011
in Windows 7
4
Share on FacebookShare on Twitter

Previously when Bing was released, we had a covered a federated search connector for Bing for Windows 7. Federated search enables users to search remote data sources from within Windows Explorer. Remote data sources make themselves searchable with a simple web front end that exposes their search capabilities. You can create your own search connector for any website in Windows 7 explorer. The use of search connector is that you do not have to open the browser to search any content from websites, instead use the Windows explorer.

Bing search connector

Bing Search connector for Windows 7

Creating a search connector is a very easy process and you can create for any website which can effectively point at any service that accepts a search query on a URL and return data in RSS or ATOM format. You can create a search connector in 2 ways, code for both is almost same. First way is to use Bing to search the website and then return the results, second one is to use the default search in the website using the query string. Copy the code below in the notepad file and follow the instructions.

<?xml version=”1.0″ encoding=”UTF-8″?>
<OpenSearchDescription xmlns=”http://a9.com/-/spec/opensearch/1.1/” xmlns:ms-ose=”http://schemas.microsoft.com/opensearchext/2009/”>
<ShortName>ENTER IN THE NAME OF YOUR SEARCH HERE</ShortName>
<Description>ENTER IN YOUR DESCRIPTION HERE</Description>
<Url type=”application/rss+xml” template=”http://api.bing.com/rss.aspx?source=web&amp;query={searchTerms}site:WEBSITE.com&amp;web.count=50″/>
<Url type=”text/html” template=”http://www.bing.com/search?q={searchTerms}+site:WEBSITE.com”/>
</OpenSearchDescription>

In the above code, replace WEBSITE.COM with the actual website for which you want to create the search connector. Here the search connector will use Bing to search the site. Once the code is modified save the file as .osdx file. You can also enter the name of the site and also the description for the site in the above code. Double click the .osdx file created and it shows a warning.

add search connector

Click Add and it will create a new search connector for the website in Windows 7 explorer. Alternatively you can also use direct website search if the search allows query string variables while searching instead of using Bing search.

Tags: Search ConnectorTipsTutorialsWindows 7Windows 7 Federated Search
ShareTweetSendSend
Previous Post

Search Flickr Photos by Tags

Next Post

Windows 7 Ultimate Theme Pack

Related Posts

Windows 10

Where can I Download Windows Legally

April 15, 2020
Windows 7

How to Download Windows 7 ISO [Tutorial]

April 2, 2020
Windows 7

Difference between Sleep, Hibernate, and Hybrid Sleep in Windows 10?

November 19, 2019
Windows 10

How to Fix USB Device Not Recognized on Windows 10

November 11, 2019
Windows 10

Winaero Tweaker – Universal Tweaker Software for Windows

March 11, 2015
Windows 7

How to get Windows 10 Style Folder icons in Windows 8 and Windows 7

December 30, 2014

Comments 4

  1. alwin says:
    16 years ago

    For your sample XML I think you’ll want a separator “+” between the “{searchTerms}” and “site:…” parts of the RSS Url template as well so bing recognizes “site:” correctly. Here’s an edited version (also replaced smart quotes I found in there with straight ones):

    ENTER IN THE NAME OF YOUR SEARCH HERE
    ENTER IN YOUR DESCRIPTION HERE

    Reply
  2. alwin says:
    16 years ago

    Take 2 on the xml:

    <?xml version="1.0" encoding="UTF-8"?>
    <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/&quot; xmlns:ms-ose="http://schemas.microsoft.com/opensearchext/2009/"&gt;
    <ShortName>ENTER IN THE NAME OF YOUR SEARCH HERE</ShortName>
    <Description>ENTER IN YOUR DESCRIPTION HERE</Description>
    <Url type="application/rss+xml" template="http://api.bing.com/rss.aspx?source=web&amp;query={searchTerms}site:WEBSITE.com&amp;web.count=50"/>
    <Url type="text/html" template="http://www.bing.com/search?q={searchTerms}+site:WEBSITE.com"/>
    </OpenSearchDescription>

    Reply
  3. alwin says:
    16 years ago

    3rd time’s a charm:

    <?xml version="1.0" encoding="UTF-8"?>
    <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/&quot; xmlns:ms-ose="http://schemas.microsoft.com/opensearchext/2009/"&gt;
    <ShortName>ENTER IN THE NAME OF YOUR SEARCH HERE</ShortName>
    <Description>ENTER IN YOUR DESCRIPTION HERE</Description>
    <Url type="application/rss+xml" template="http://api.bing.com/rss.aspx?source=web&amp;query={searchTerms}+site:WEBSITE.com&amp;web.count=50"/>
    <Url type="text/html" template="http://www.bing.com/search?q={searchTerms}+site:WEBSITE.com"/>
    </OpenSearchDescription>

    Reply
  4. Rachat de credit says:
    15 years ago

    Very practical. Thanks

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.



Latest Articles

How to Fix “Installation can’t continue” when trying to Update Nvidia Graphics Drivers

Download Windows 11 24H2 ISO (Offline Installer)

Can I Run Windows 11 without Activating

How to Use Snapchat on PC

How to Delete YouTube Search and Watch History on iPhone

How to Use Energy Saver on Windows 11

Techniqued- Technoloy, Review and Tutorials

© 2021 Techniqued - Technology, Tips, Tricks and Reviews

Navigate Site

  • About Us
  • Advertise with us
  • Contact Us
  • Copyright Policy
  • Disclaimer

Follow Us

No Result
View All Result
  • Android
  • Freewares
  • Tutorial
  • Windows 11
  • macOS

© 2021 Techniqued - Technology, Tips, Tricks and Reviews

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.