Files
firestuff/markdown/2006-07-23-sqlsearch-1-1-0.md

21 lines
853 B
Markdown
Raw Normal View History

2019-04-21 22:35:56 +00:00
<!--# set var="title" value="sqlsearch 1.1.0" -->
2019-04-25 02:45:09 +00:00
<!--# set var="date" value="2006-07-23" -->
2019-04-21 22:35:56 +00:00
<!--# 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" -->