From f23895c30014bbaeb0ec8937966cd5ef5f9df256 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Thu, 10 Jul 2014 13:40:46 +0200 Subject: [PATCH] createindex: exclude PDFs --- toys/createindex | 1 + 1 file changed, 1 insertion(+) diff --git a/toys/createindex b/toys/createindex index 0b2ec41..36372b6 100755 --- a/toys/createindex +++ b/toys/createindex @@ -346,6 +346,7 @@ FROM mime_types WHERE NOT mime_types.mime_text LIKE "text/%" AND NOT mime_types.mime_text LIKE "image/%" +AND NOT mime_types.mime_text LIKE "application/pdf" AND last_seen = '$lastupdate' ORDER BY source_files.filename COLLATE NOCASE;