sqlsearch 1.0.0
This commit is contained in:
23
2006-07-20-sqlsearch-1-0-0.html
Normal file
23
2006-07-20-sqlsearch-1-0-0.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!--# set var="title" value="sqlsearch 1.0.0" -->
|
||||
<!--# set var="date" value="July 20, 2006" -->
|
||||
|
||||
<!--# include file="include/top.html" -->
|
||||
|
||||
<p>After getting tired of waiting for the MySQL folks to <a href="http://bugs.mysql.com/bug.php?id=14521">add features</a> to FULLTEXT and to <a href="http://bugs.mysql.com/bug.php?id=13979">make it work on InnoDB</a>, I decided to do it myself. I’ve just finished <a href="files/sqlsearch-1.0.0.tar.bz2">sqlsearch 1.0.0</a>. Features:</p>
|
||||
|
||||
<ul>
|
||||
<li>ENGINE-independent (requires triggers)</li>
|
||||
<li>Uses fast, full-word indexed searching</li>
|
||||
<li>Multi-table and multi-column indexes supported</li>
|
||||
<li>Supports “quoted strings” and +/- logical operators in search queries</li>
|
||||
<li>Gives search query feedback, including why some terms were ignored</li>
|
||||
<li>Provides typo and phonetic suggestions for words which don’t appear in the index</li>
|
||||
<li>Supports weighting of “sources” (tables or fields) and “ids” (rows)</li>
|
||||
<li>Supports link information between objects to provide additional search context</li>
|
||||
<li>Licensed under the GPL</li>
|
||||
<li>Comes with a howto document to help integrating it into your codebase</li>
|
||||
</ul>
|
||||
|
||||
<p>If you use it and have any brilliant ideas on improving the search algorithm or for additional features, please let me know.</p>
|
||||
|
||||
<!--# include file="include/bottom.html" -->
|
||||
@@ -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-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 won’t play movies</a></li>
|
||||
<li>2006-Jun-30: <a href="2006-06-30-carrying-servers.html">Carrying Servers</a></li>
|
||||
<li>2006-Jun-28: <a href="2006-06-28-bladecenter-power-hurts-my-head.html">BladeCenter power hurts my head</a></li>
|
||||
|
||||
21
markdown/2006-07-20-sqlsearch-1-0-0.md
Normal file
21
markdown/2006-07-20-sqlsearch-1-0-0.md
Normal file
@@ -0,0 +1,21 @@
|
||||
<!--# set var="title" value="sqlsearch 1.0.0" -->
|
||||
<!--# set var="date" value="July 20, 2006" -->
|
||||
|
||||
<!--# include file="include/top.html" -->
|
||||
|
||||
After getting tired of waiting for the MySQL folks to [add features](http://bugs.mysql.com/bug.php?id=14521) to FULLTEXT and to [make it work on InnoDB](http://bugs.mysql.com/bug.php?id=13979), I decided to do it myself. I’ve just finished [sqlsearch 1.0.0](files/sqlsearch-1.0.0.tar.bz2). Features:
|
||||
|
||||
* ENGINE-independent (requires triggers)
|
||||
* Uses fast, full-word indexed searching
|
||||
* Multi-table and multi-column indexes supported
|
||||
* Supports “quoted strings” and +/- logical operators in search queries
|
||||
* Gives search query feedback, including why some terms were ignored
|
||||
* Provides typo and phonetic suggestions for words which don’t appear in the index
|
||||
* Supports weighting of “sources” (tables or fields) and “ids” (rows)
|
||||
* Supports link information between objects to provide additional search context
|
||||
* Licensed under the GPL
|
||||
* Comes with a howto document to help integrating it into your codebase
|
||||
|
||||
If you use it and have any brilliant ideas on improving the search algorithm or for additional features, please let me know.
|
||||
|
||||
<!--# 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-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)
|
||||
1. 2006-Jun-28: [BladeCenter power hurts my head](2006-06-28-bladecenter-power-hurts-my-head.html)
|
||||
|
||||
Reference in New Issue
Block a user