Changes between Version 22 and Version 23 of Event/2013/GSoC/TextSearch
- Timestamp:
- 07/28/13 12:46:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2013/GSoC/TextSearch
v22 v23 74 74 doc = vars.file # Where file is the name of the 75 75 76 table = current.db.doc_document 76 table = current.db.doc_document # doc_document is the tablename 77 77 try: 78 78 name = table.file.retrieve(doc)[0] … … 83 83 name=name, 84 84 id=vars.id, 85 tablename="doc_document", 85 tablename="doc_document", # where "doc_document" is the name of the database table 86 86 )) 87 87