|
a/src/README |
|
b/src/README |
|
... |
|
... |
478 |
Chapter 3. Searching
|
478 |
Chapter 3. Searching
|
479 |
|
479 |
|
480 |
The recoll program provides the user interface for searching. It is based
|
480 |
The recoll program provides the user interface for searching. It is based
|
481 |
on the QT library.
|
481 |
on the QT library.
|
482 |
|
482 |
|
|
|
483 |
recoll has two search modes:
|
|
|
484 |
|
|
|
485 |
* Simple search (the default, on the main screen) has a single entry
|
|
|
486 |
field where you can enter multiple words.
|
|
|
487 |
|
|
|
488 |
* Advanced search (a panel accessed through the Tools menu or the
|
|
|
489 |
toolbox bar icon) shas multiple entry fields, which you may use to
|
|
|
490 |
build a logical condition, with additional filtering on file type and
|
|
|
491 |
location in the file system.
|
|
|
492 |
|
|
|
493 |
In most cases, you can enter the terms as you think them, even if they
|
|
|
494 |
contain embedded punctuation or other non-textual characters. For exemple,
|
|
|
495 |
Recoll can handle things like e-mail addresses, or arbitrary cut and paste
|
|
|
496 |
from another text window, punctation and all.
|
|
|
497 |
|
|
|
498 |
The main case where you should enter text differently from how it is
|
|
|
499 |
printed is for east-oriental languages written with Chinese characters.
|
|
|
500 |
Words composed of single or multiple characters should be entered
|
|
|
501 |
separated by white space in this case (they would typically be printed
|
|
|
502 |
without white space).
|
|
|
503 |
|
483 |
----------------------------------------------------------------------
|
504 |
----------------------------------------------------------------------
|
484 |
|
505 |
|
485 |
3.1. Simple search
|
506 |
3.1. Simple search
|
486 |
|
507 |
|
487 |
1. Start the recoll program.
|
508 |
1. Start the recoll program.
|
|
... |
|
... |
1187 |
* djvu: DjVuLibre
|
1208 |
* djvu: DjVuLibre
|
1188 |
|
1209 |
|
1189 |
* MP3: Recoll will use the id3info command from the id3lib package to
|
1210 |
* MP3: Recoll will use the id3info command from the id3lib package to
|
1190 |
extract tag information. Without it, only the file names will be
|
1211 |
extract tag information. Without it, only the file names will be
|
1191 |
indexed.
|
1212 |
indexed.
|
|
|
1213 |
|
|
|
1214 |
* Pictures: Recoll uses the Exiftool Perl package to extract tag
|
|
|
1215 |
information. Most image file formats are supported.
|
1192 |
|
1216 |
|
1193 |
Text, HTML, mail folders Openoffice and Scribus files are processed
|
1217 |
Text, HTML, mail folders Openoffice and Scribus files are processed
|
1194 |
internally. Lyx is used to index Lyx files. Many filters need sed and awk.
|
1218 |
internally. Lyx is used to index Lyx files. Many filters need sed and awk.
|
1195 |
|
1219 |
|
1196 |
----------------------------------------------------------------------
|
1220 |
----------------------------------------------------------------------
|