options:xml:search-fuzziness

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
options:xml:search-fuzziness [2014/10/13 23:59] adminoptions:xml:search-fuzziness [2018/01/10 20:42] (current) – external edit 127.0.0.1
Line 3: Line 3:
 Fuzzy search in HippoEDIT (activated by Fuzzy Mode flag on Search dialog or called using API) uses approximate text matching algorithm, based on Levenstein distance, to find text blocks similar to provided. Fuzzy search in HippoEDIT (activated by Fuzzy Mode flag on Search dialog or called using API) uses approximate text matching algorithm, based on Levenstein distance, to find text blocks similar to provided.
  
-The closenest of the match (how many primitive operations as insert/delete/substitute necessary to convert the text into an exact match) controlled by Search Fuziness option, that can be changed using following XML flag in **settings.xml**:+The closeness of the match (how many primitive operations as insert/delete/substitute necessary to convert the text into an exact match) controlled by Search Fuzziness option, that can be changed using following XML flag in **settings.xml**:
 <code xml> <code xml>
 <Dialogs> <Dialogs>
Line 14: Line 14:
 <note>The feature available from HippoEDIT 1.51</note> <note>The feature available from HippoEDIT 1.51</note>
  
-#xml_option #1.51+#xml_option #1_51