Havent used it yet, but should be available. Or one can use Google Desktop Search and Python API e.g. http://www.iqsoftware.biz/news/python-library-for-gds-4/
David On 29 zář, 20:51, mdipierro <mdipie...@cs.depaul.edu> wrote: > Do you have examples? > > On Sep 29, 1:29 pm, David Marko <dma...@tiscali.cz> wrote: > > > > > > > > > On Windows I would use 'Windows Search' as indexing service and COM > > API to work with it. > > > David > > > On 29 zář, 20:23, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > >http://code.google.com/p/ogram/source/browse/ogram/converter/doc2txt.py > > > > may be useful. > > > > Field('original','upload') > > > Field('content','text',compute=lambda r: > > > doc2txt(r.original),writable=False,readable=False) > > > > and use content for searching. User postgresql full text search @@ > > > feature. > > > > On Sep 29, 12:26 pm, Napoleon Moreno <napoleo...@gmail.com> wrote: > > > > > Good day > > > > > I will work in a system to save office documents. It is all ok about it > > > > with > > > > web2py. > > > > > But i need a feature to searching in those documents. > > > > > I believe that i need read de documents and keep some kind of index of > > > > them. > > > > maybe could you help me with a advice to start?.