summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2010-05-24 17:50:59 +0200
committerAleksander Morgado <aleksander@lanedo.com>2010-05-25 13:34:43 +0200
commit2145eeb70fbe860371b8f7a020b7733b951f8027 (patch)
tree67514092d20b1e84f002a9d9027bc2f4b2b59162 /docs
parentd56bc88ffe6d2bae8a7e070ea4325669a94a6043 (diff)
downloadtracker-2145eeb70fbe860371b8f7a020b7733b951f8027.tar.gz
Fixes GB#560220: New FTS config option to enable/disable unaccenting
* Interactive tracker-parser tester also modified to read the proper configuration values from tracker-fts.cfg
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/tracker-fts.cfg.54
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manpages/tracker-fts.cfg.5 b/docs/manpages/tracker-fts.cfg.5
index 93587cf4b..efc8987a1 100644
--- a/docs/manpages/tracker-fts.cfg.5
+++ b/docs/manpages/tracker-fts.cfg.5
@@ -28,6 +28,10 @@ Set to true if stemming should be applied to each word. Stemming is the process
for reducing inflected and derived words to their stem, base or root form.
.TP
+.B EnableUnaccent=true
+Set to true if combining diacritical marks should be removed from each word.
+
+.TP
.B IgnoreNumbers=true
Set to true if words starting with numbers should be ignored.