sqlsearch 1.1.0
This commit is contained in:
20
markdown/2006-07-23-sqlsearch-1-1-0.md
Normal file
20
markdown/2006-07-23-sqlsearch-1-1-0.md
Normal 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" -->
|
||||
@@ -39,6 +39,7 @@
|
||||
1. 2009-Sep-11: [Confusing BIND with CNAMEs](2009-09-11-confusing-bind-with-cnames.html)
|
||||
1. 2009-Feb-19: [The odd case of my mugging](2019-02-19-the-odd-case-of-my-mugging.html)
|
||||
1. 2009-Feb-03: [5-packet TCP connection?](2009-02-03-5-packet-tcp-connection.html)
|
||||
1. 2006-Jul-23: [sqlsearch 1.1.0](2006-07-23-sqlsearch-1-1-0.html)
|
||||
1. 2006-Jul-20: [sqlsearch 1.0.0](2006-07-20-sqlsearch-1-0-0.html)
|
||||
1. 2006-Jul-08: [My DVD drive won’t play movies](2006-07-08-my-dvd-drive-wont-play-movies.html)
|
||||
1. 2006-Jun-30: [Carrying Servers](2006-06-30-carrying-servers.html)
|
||||
|
||||
Reference in New Issue
Block a user