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,22 @@
<!--# set var="title" value="sqlsearch 1.1.0" -->
<!--# set var="date" value="July 23, 2006" -->
<!--# include file="include/top.html" -->
<p>Get it <a href="files/sqlsearch-1.1.0.tar.bz2">here</a>.</p>
<p>Changes:</p>
<ul>
<li>Now indexing misspelled word versions for fast lookup</li>
<li>Indexed search for partial words</li>
<li>Add “:” to break characters</li>
<li>Check minimum_length and stopword list when adding to index, to keep it smaller</li>
<li>Add clear_data() procedure</li>
<li>Increase points given to link target when both source and target are in the search results</li>
<li>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”)</li>
<li>Give points for keywords earlier in the query (”zig” wins over “zag” in a search for “zig zag”)</li>
<li>Add unit tests</li>
</ul>
<!--# include file="include/bottom.html" -->

View File

@@ -40,6 +40,7 @@
<li>2009-Sep-11: <a href="2009-09-11-confusing-bind-with-cnames.html">Confusing BIND with CNAMEs</a></li>
<li>2009-Feb-19: <a href="2019-02-19-the-odd-case-of-my-mugging.html">The odd case of my mugging</a></li>
<li>2009-Feb-03: <a href="2009-02-03-5-packet-tcp-connection.html">5-packet TCP connection?</a></li>
<li>2006-Jul-23: <a href="2006-07-23-sqlsearch-1-1-0.html">sqlsearch 1.1.0</a></li>
<li>2006-Jul-20: <a href="2006-07-20-sqlsearch-1-0-0.html">sqlsearch 1.0.0</a></li>
<li>2006-Jul-08: <a href="2006-07-08-my-dvd-drive-wont-play-movies.html">My DVD drive wont play movies</a></li>
<li>2006-Jun-30: <a href="2006-06-30-carrying-servers.html">Carrying Servers</a></li>

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" -->

View File

@@ -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 wont play movies](2006-07-08-my-dvd-drive-wont-play-movies.html)
1. 2006-Jun-30: [Carrying Servers](2006-06-30-carrying-servers.html)