changeset 12:e273bc5fd580

fixed phonebook search
author Atul Varma <varmaa@toolness.com>
date Sat, 27 Mar 2010 14:52:40 -0700
parents eed902827dc7
children 4e06df5f36c7
files my-enso-commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/my-enso-commands.py	Sat Mar 27 14:50:15 2010 -0700
+++ b/my-enso-commands.py	Sat Mar 27 14:52:40 2010 -0700
@@ -395,7 +395,7 @@
 cmd_imdb = WebSearchCmd("http://www.imdb.com/find?s=all&q=%(query)s&x=0&y=0")
 cmd_mdc = WebSearchCmd("http://www.google.com/search?hl=en&q=%(query)s+site%%3Adeveloper.mozilla.org&btnG=Google+Search")
 cmd_mxr = WebSearchCmd("http://mxr.mozilla.org/mozilla/search?string=%(query)s")
-cmd_phonebook = WebSearchCmd("https://ldap.mozilla.org/phonebook/search.php?search=%(query)s")
+cmd_phonebook = WebSearchCmd("https://ldap.mozilla.org/phonebook/#search/%(query)s")
 
 # For help on this one see http://www.squarefree.com/bugzilla/quicksearch-help.html
 cmd_bugzilla = WebSearchCmd("https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%(query)s")