Changes between Version 22 and Version 23 of Event/2013/GSoC/TextSearch


Ignore:
Timestamp:
07/28/13 12:46:01 (12 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2013/GSoC/TextSearch

    v22 v23  
    7474        doc = vars.file # Where file is the name of the
    7575
    76         table = current.db.doc_document
     76        table = current.db.doc_document # doc_document is the tablename
    7777        try:
    7878            name = table.file.retrieve(doc)[0]
     
    8383                                  name=name,
    8484                                  id=vars.id,
    85                                   tablename="doc_document",
     85                                  tablename="doc_document", # where "doc_document" is the name of the database table
    8686                                  ))
    8787