Delicious does Keyword Search

Now this could be very handy. Via Niall comes news that Delicious now has keyword search. It produces search results and the top related tags.

- Y! MyWeb

About sodding time too. The

About sodding time too. The number of times I've had to look through hundreds of results looking for links I saw but lost one way or another is just stupid.


Important feature, shame it sucks

Couldn't get it to logically work - weird & not very relevant results in English (I was looking for a page from MY bookmarks, not a very large DB).
Other languages (searched for tagged words) - turned an Hash error (looks like a [non-western] service crash),
don't you love it?

System error
error: Can't use an undefined value as a HASH reference at /www/del.icio.us/site/search/index line 110.
context:
...
106: push @pids, $r->{posts}{$user_id};
107: }
108: $real_user_results = $m->comp('/posts/fetch_post_ids', dbh=>$dbh,
109: auth_user=>$auth_user, pids=>\@pids);
110: }
111: if (%{ $user_data->{stats}->{common_tags} }) {
112: %common_tags = %{ $user_data->{stats}->{common_tags} }
113: }
114: }
...
code stack: /www/del.icio.us/site/search/index:110
/www/del.icio.us/site/autohandler:101