From 81886bcd88d16188a0e0bda1d5561c31da5c0a22 Mon Sep 17 00:00:00 2001 From: Xiao Yi Fang Date: Sat, 20 Jul 2024 08:34:34 +0800 Subject: [PATCH] opt: record xapian total length --- website/docs/ui_fulltextsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/ui_fulltextsearch.md b/website/docs/ui_fulltextsearch.md index da16c703..433caa7a 100644 --- a/website/docs/ui_fulltextsearch.md +++ b/website/docs/ui_fulltextsearch.md @@ -11,7 +11,7 @@ Search modes * "Default" — This follows the [xapian search syntax](https://xapian.org/docs/queryparser.html). Note that phrase and NEAR search needs the positional information which may make the Xapian index file impractically large. GoldenDict will heuristically disable positional information when the length of document length reaches a certain limit. * "Plain text" - mode like "Whole words" but every word in search line can be treated as word fragment. -* "Wildcards" - As xapian index only support wildcard syntax like this "hell*" , the wildcard in the middle(eg."he*lo") is not supported. +* "Wildcards" - support wildcard syntax like this "hell*"(As xapian index only support this syntax), the wildcard in the middle(eg."he*lo") is not supported. "Available dictionaries in group" - here you can see how many dictionaries in the current group are suitable for full-text search, how many dictionaries are already indexed and how many dictionaries are waiting for indexing.