|
a/src/README |
|
b/src/README |
|
... |
|
... |
1429 |
(documents with the exact same contents as the displayed one). The test of
|
1429 |
(documents with the exact same contents as the displayed one). The test of
|
1430 |
identity is based on an MD5 hash of the document container, not only of
|
1430 |
identity is based on an MD5 hash of the document container, not only of
|
1431 |
the text contents (so that ie, a text document with an image added will
|
1431 |
the text contents (so that ie, a text document with an image added will
|
1432 |
not be a duplicate of the text only). Duplicates hiding is controlled by
|
1432 |
not be a duplicate of the text only). Duplicates hiding is controlled by
|
1433 |
an entry in the GUI configuration dialog, and is off by default.
|
1433 |
an entry in the GUI configuration dialog, and is off by default.
|
|
|
1434 |
|
|
|
1435 |
As of release 1.19, when a result document does have undisplayed
|
|
|
1436 |
duplicates, a Dups link will be shown with the result list entry. Clicking
|
|
|
1437 |
the link will display the paths (URLs + ipaths) for the duplicate entries.
|
1434 |
|
1438 |
|
1435 |
3.1.11. Search tips, shortcuts
|
1439 |
3.1.11. Search tips, shortcuts
|
1436 |
|
1440 |
|
1437 |
3.1.11.1. Terms and search expansion
|
1441 |
3.1.11.1. Terms and search expansion
|
1438 |
|
1442 |
|
|
... |
|
... |
3149 |
|
3153 |
|
3150 |
o --with-fam or --with-inotify will enable the code for real time
|
3154 |
o --with-fam or --with-inotify will enable the code for real time
|
3151 |
indexing. Inotify support is enabled by default on recent Linux
|
3155 |
indexing. Inotify support is enabled by default on recent Linux
|
3152 |
systems.
|
3156 |
systems.
|
3153 |
|
3157 |
|
3154 |
o --with-qtzeitgeist will enable sending Zeitgeist events about the
|
3158 |
o --with-qzeitgeist will enable sending Zeitgeist events about the
|
3155 |
visited search results, and needs the Qt Zeitgeist module.
|
3159 |
visited search results, and needs the qzeitgeist package.
|
3156 |
|
3160 |
|
3157 |
o --disable-webkit is available from version 1.17 to implement the
|
3161 |
o --disable-webkit is available from version 1.17 to implement the
|
3158 |
result list with a Qt QTextBrowser instead of a WebKit widget if you
|
3162 |
result list with a Qt QTextBrowser instead of a WebKit widget if you
|
3159 |
do not or can't depend on the latter.
|
3163 |
do not or can't depend on the latter.
|
3160 |
|
3164 |
|