diff --git a/2006-07-23-sqlsearch-1-1-0.html b/2006-07-23-sqlsearch-1-1-0.html
new file mode 100644
index 0000000..4b37a36
--- /dev/null
+++ b/2006-07-23-sqlsearch-1-1-0.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
Get it here.
+
+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
+
+
+
diff --git a/index.html b/index.html
index 7326134..e9c23bd 100644
--- a/index.html
+++ b/index.html
@@ -40,6 +40,7 @@
2009-Sep-11: Confusing BIND with CNAMEs
2009-Feb-19: The odd case of my mugging
2009-Feb-03: 5-packet TCP connection?
+2006-Jul-23: sqlsearch 1.1.0
2006-Jul-20: sqlsearch 1.0.0
2006-Jul-08: My DVD drive won’t play movies
2006-Jun-30: Carrying Servers
diff --git a/markdown/2006-07-23-sqlsearch-1-1-0.md b/markdown/2006-07-23-sqlsearch-1-1-0.md
new file mode 100644
index 0000000..3dc3dfb
--- /dev/null
+++ b/markdown/2006-07-23-sqlsearch-1-1-0.md
@@ -0,0 +1,20 @@
+
+
+
+
+
+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
+
+
diff --git a/markdown/index.md b/markdown/index.md
index 1acea4d..306a066 100644
--- a/markdown/index.md
+++ b/markdown/index.md
@@ -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)