sqlsearch 1.1.0

This commit is contained in:
Ian Gulliver
2019-04-21 22:35:56 +00:00
parent b34a44999e
commit f2e2d67150
4 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!--# set var="title" value="sqlsearch 1.1.0" -->
<!--# set var="date" value="July 23, 2006" -->
<!--# include file="include/top.html" -->
Get it [here](files/sqlsearch-1.1.0.tar.bz2).
Changes:
* Now indexing misspelled word versions for fast lookup
* Indexed search for partial words
* Add “:” to break characters
* Check minimum\_length and stopword list when adding to index, to keep it smaller
* Add clear\_data() procedure
* Increase points given to link target when both source and target are in the search results
* Give points for query keywords making up a high percentage of content (”foo bar zig” wins over “foo bar zig zag” in a search for “foo bar”)
* Give points for keywords earlier in the query (”zig” wins over “zag” in a search for “zig zag”)
* Add unit tests
<!--# include file="include/bottom.html" -->