jump to first page for new searches, or if o not in range, fix highlightText

This commit is contained in:
j 2007-04-06 19:19:41 +00:00
commit 5c247d77ed
4 changed files with 18 additions and 5 deletions

View file

@ -63,6 +63,7 @@ class ArchiveItem(SQLObject):
ALTER TABLE archive_item ADD FULLTEXT (title, description, text);
ALTER TABLE archive_item CHANGE size size bigint;
ALTER TABLE archive_item CHANGE html html longtext;
ALTER TABLE archive_item CHANGE description description longtext;
ALTER TABLE archive_item CHANGE text text longtext;
'''
hashId = UnicodeCol(alternateID = True, length=128)