mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 01:41:55 +00:00
Add -e for exact searches (no fuzzy matches).
Only exact matches (or synonyms) are returned for simple searches.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
StarDict's dict ifo file
|
||||
version=2.4.2
|
||||
bookname=Test synonyms
|
||||
wordcount=1
|
||||
wordcount=2
|
||||
synwordcount=2
|
||||
idxfilesize=13
|
||||
idxfilesize=32
|
||||
sametypesequence=m
|
||||
|
||||
@@ -15,4 +15,9 @@
|
||||
<![CDATA[result of test]]>
|
||||
</definition>
|
||||
</article>
|
||||
<article><key>testawordy</key>
|
||||
<definition type="m">
|
||||
<![CDATA[word that ends in y to test with fuzzy search in -ied]]>
|
||||
</definition>
|
||||
</article>
|
||||
</stardict>
|
||||
|
||||
Reference in New Issue
Block a user