so today, firefox decided to die a death on me. I choked it doing some Flex debugging and as a result I lost the functionality in my search bar. This got me thinking about what would really be useful for me is a way to search the places I usually go for flex info – the livedocs and the flexcoders mailing list. What I’ve ended up with is a quick way to search both these resources at the same time…
So, the first thing I did was to create a couple of specialised search bar engines using google. My first thought was to try and get google to search two site: locations in the same query, but it just wont let you… as it turned out, the solution I came up with I think is more usable.
The first thing you will want to do is install the search plugins. You can get the flexcoders one here, and the livedocs one here. When you have installed them, restart firefox and your search engines should now appear in the searchbar at the top right of your window
The next thing I wanted to do is combine the functionality of these two together. After a few minutes digging, I found that the advanced search sidebar plugin for firefox does exactly what I need it to do. If you dont have it, you can get it here. When you have the search sidebar installed, open it up and in the ‘within’ dropdown, select ‘Edit Categories…’ Under the category dropdown, click New… create a category called ‘Flex’ and add the two flex search engines.
Hey presto, you can now search across livedocs and flexcoders in one action…
Very cool, thanks!
I don’t see how you knew what to add to search those two items. were those items already set up, or did you add a URL to those sites?
Mathias
Hi Mathias,
I started explaining it in a comment, then it turned into a post
Keep up the great work on your blog. Best wishes WaltDe
this is great, just what i needed
BUT !!!
for some reason with the flexcoders plugin i dont get the same results as searching from their search engine (http://www.mail-archive.com/flexcoders%40yahoogroups.com/)
i get MUCH LESS results.
why?
Good question,
I suspect its because I use a google search restricted to site to search the mailing list archives – I guess the search algorithms for yahoo and google are different – perhaps also google’s indexing is delayed, whereas yahoo is searching off the live mail database…
I’m not a search engine guru – perhaps someone else can offer a better explanation?
is there a way to search both flexcoders and livedocs with THEIR search engine??
rather then with google.
then u’ll also get the results on the site itself instead of in google.
i mean, take a look what plugins for ebay/amazon do – they search with THEIR search engine
Hi, well livedocs use google, and you could look at using the yahoo mailing list search engine for the flexcoders. If you take a look at the post on how I built these, you should be able to work out using a different form (my plugins basically just submit to the standard google form). *but* in order for the advanced search sidebar to work, the results need to come back in a compatible format. Google does this; I honestly don’t know if the yahoo mailing list thing does.
Give it a shot, and if you get it working I’ll gladly post and offer it here and shower you with praise!
I HAVE MADE IT !!!
some learn-by-mistake + look-at-source-code = this is the code :