This commit is contained in:
Albert S. 2019-08-18 23:26:06 +02:00
γονέας 22bcc888b9
υποβολή afba31177c
1 αρχεία άλλαξαν με 2 προσθήκες και 7 διαγραφές

9
TODO

@ -1,13 +1,13 @@
PdfPreview: Use some kind of paging instead of memory limit PdfPreview: Use some kind of paging instead of memory limit
Consider injecting Logger (default stdout/stderr) to classes instead of using Logger::info()/Logger::error():: Consider injecting Logger (default stdout/stderr) to classes instead of using Logger::info()/Logger::error()::
sync/share GUI and CLI data-structures. Better to share codebase in general sync/share GUI and CLI data-structures. Better to share codebase in general
- cli: update command, delete command, tagging - cli: tagging
- cli: command line parser: wrong position of [options] - cli: command line parser: wrong position of [options]
- ability to set the WHERE condition (allow editing the SQL query) - ability to set the WHERE condition (allow editing the SQL query)
- Scale factors
- Basic OCR in images (screenshots) - Basic OCR in images (screenshots)
- Index .ebup - Index .ebup
- Preview for: .txt, source code files, .ebup, images - Preview for: .txt, source code files, .ebup, images
- index: DVD menus, media metadata in audio/files etc?
- Stats: Number of results found - Stats: Number of results found
- PdfPreview: Files per file, or directory (so basically filter the - PdfPreview: Files per file, or directory (so basically filter the
results) results)
@ -22,12 +22,7 @@ Menu:
-Delete from fs -Delete from fs
-Reindex -Reindex
Filter: Filter:
contains: (default, implicit)
type:d type:d
type:file type:file
endswith:
startswith:
mtime: mtime:
tag: tag:
page:
SearchWorker::setFilters()