Files
firestuff/markdown/2006-07-20-sqlsearch-1-0-0.md
2019-04-25 02:45:09 +00:00

22 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--# set var="title" value="sqlsearch 1.0.0" -->
<!--# set var="date" value="2006-07-20" -->
<!--# 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. Ive 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 dont 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" -->