also import documents that have a imageid set

This commit is contained in:
Frédéric Péters 2011-11-21 20:15:40 +01:00
parent e278de7d7c
commit 5549aa29bd
1 changed files with 2 additions and 1 deletions

View File

@ -725,7 +725,8 @@ class SyncFromPcfDbView(BrowserView):
WHERE t_document.st = 'S_INDEXED' AND
t_typedoc.finet = 't' AND
(t_document.textprovts is not NULL OR
t_document.textdefts is not NULL)
t_document.textdefts is not NULL OR
t_document.imageid is not NULL)
%s''' % where_ts)
count = 0