You are here

CHANGELOG.txt in Fuzzy Search 6

5/3/2011
#966468 by berliner: Added Queuing for reindexing of the site.

5/2/2011
#1137826 by dontgoquietly: Fixed PHP 5.3 reference error, index not deleted before rebuilding.
Fix bugs on indexing that were creating new words on removing excluded 
characters. Please reindex your site for best results.
Add settings for ngram completeness in query.
Added perms to view debugging information.
Added query and highlighting debugging information.
Added configuration for html tag scoring, instead of hardcoded values.
Added option to sort by score instead of completeness.
Hide scoring adjustment form if no modules implement hook_fuzzysearch_score().
Improved misspelled word highlighting.

4/21/2011
#999940 Keep words whole after cleansing excluded characters on indexing and
  queries.
Use the original search terms as entered by the user for highlighting, but use
cleansed terms for querying.
Remove experimental 404 takeover. Use the patch here instead with search404
http://drupal.org/node/838054

1/17/201
#781172 Allow configurable results path.
Show search form if no results found.

1/16/2011
#1014734 by mandreato: Fixed Translatable string.

12/4/2010
#946414 by sinijkit: Fixed Highlighting is broken when content is not just latin-1.
  added u flag to preg_match when checking for found words.

11/9/2010
Clearing index will no longer delete the index before reindexing nodes.
Fix count query again.
Remove paging from title query block.

11/7/2010
Remove pager theming from fuzzysearch_process.
Fix count_query, joining node and checking node status.

10/25/2010
Use hook_comment() to set nodes for reindexing.
Display comments in search results.

10/11/2010
Use static array for stopwords instead of loading files each node.
Fix variable name for $sql_count.
Run fuzzysearch_stopwords($text) after fuzzysearch_cleanse() on index.


Sorry, this doesn't include the entire fuzzysearch change history.

File

CHANGELOG.txt
View source
  1. 5/3/2011
  2. #966468 by berliner: Added Queuing for reindexing of the site.
  3. 5/2/2011
  4. #1137826 by dontgoquietly: Fixed PHP 5.3 reference error, index not deleted before rebuilding.
  5. Fix bugs on indexing that were creating new words on removing excluded
  6. characters. Please reindex your site for best results.
  7. Add settings for ngram completeness in query.
  8. Added perms to view debugging information.
  9. Added query and highlighting debugging information.
  10. Added configuration for html tag scoring, instead of hardcoded values.
  11. Added option to sort by score instead of completeness.
  12. Hide scoring adjustment form if no modules implement hook_fuzzysearch_score().
  13. Improved misspelled word highlighting.
  14. 4/21/2011
  15. #999940 Keep words whole after cleansing excluded characters on indexing and
  16. queries.
  17. Use the original search terms as entered by the user for highlighting, but use
  18. cleansed terms for querying.
  19. Remove experimental 404 takeover. Use the patch here instead with search404
  20. http://drupal.org/node/838054
  21. 1/17/201
  22. #781172 Allow configurable results path.
  23. Show search form if no results found.
  24. 1/16/2011
  25. #1014734 by mandreato: Fixed Translatable string.
  26. 12/4/2010
  27. #946414 by sinijkit: Fixed Highlighting is broken when content is not just latin-1.
  28. added u flag to preg_match when checking for found words.
  29. 11/9/2010
  30. Clearing index will no longer delete the index before reindexing nodes.
  31. Fix count query again.
  32. Remove paging from title query block.
  33. 11/7/2010
  34. Remove pager theming from fuzzysearch_process.
  35. Fix count_query, joining node and checking node status.
  36. 10/25/2010
  37. Use hook_comment() to set nodes for reindexing.
  38. Display comments in search results.
  39. 10/11/2010
  40. Use static array for stopwords instead of loading files each node.
  41. Fix variable name for $sql_count.
  42. Run fuzzysearch_stopwords($text) after fuzzysearch_cleanse() on index.
  43. Sorry, this doesn't include the entire fuzzysearch change history.