From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- helpcontent2/source/text/shared/01/02100100.xhp | 66 +++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 helpcontent2/source/text/shared/01/02100100.xhp (limited to 'helpcontent2/source/text/shared/01/02100100.xhp') diff --git a/helpcontent2/source/text/shared/01/02100100.xhp b/helpcontent2/source/text/shared/01/02100100.xhp new file mode 100644 index 000000000..512659999 --- /dev/null +++ b/helpcontent2/source/text/shared/01/02100100.xhp @@ -0,0 +1,66 @@ + + + + + + +Similarity Search +/text/shared/01/02100100.xhp + + + + +
+ +
+For example, a similarity search can find words that differ from the Find text by two characters. + +Set the options for the similarity search. +

Settings

+Define the criteria for determining if a word is similar to the search term. + +

Exchange characters

+Enter the number of characters in the search term that can be exchanged. For example, if you specify 2 exchanged characters, "sweep" and "creep" are considered similar. + +

Add characters

+Enter the maximum number of characters by which a word can exceed the number of characters in the search term. + +

Remove characters

+Enter the number of characters by which a word can be shorter than the search term. + +

Combine

+Searches for a term that matches any combination of the similarity search settings. +Using Combine better meets a user's expectations from looking at the settings, but may return false positives. Not using Combine may match less than expected, but does not return false positives. +A Weighted Levenshtein Distance (WLD) algorithm is used. If Combine is not checked, then settings are treated as an exclusive-OR (strict WLD). +If Combine is checked, then settings are treated as an inclusive-OR (relaxed WLD). + +Be careful when using Replace All with Similarity Search. Best to be certain first about what will be found. + +
-- cgit v1.2.3