index.py
branchxbelweb
changeset 41 7b7cd0e74ee3
parent 38 c30e2402deca
child 47 2781ac85b807
--- a/index.py	Wed Oct 08 17:51:09 2003 -0400
+++ b/index.py	Fri Oct 10 11:38:20 2003 -0400
@@ -33,4 +33,4 @@
     if len(bookmarks) > 0:
     	bookmarks = db.get_bookmarks(map(lambda x: x[0], bookmarks))
     bookmarks = map(lambda bk: bk.dict(), bookmarks)
-    process_index(bookmarks, keywords, db.get_preferences())
+    process_index(bookmarks, keywords[1:], db.get_preferences())