CHANGELOG.txt 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. Search API Solr search 1.x, dev (xx/xx/xxxx):
  2. ---------------------------------------------
  3. Search API Solr search 1.0, RC 3 (01/06/2013):
  4. ----------------------------------------------
  5. - #1828260 by drunken monkey: Fixed filtering by index in multi-index searches.
  6. - #1509380 by drunken monkey: Adopt common config files.
  7. - #1815348 by drunken monkey: Fixed queryMultiple() to not use item ID as the
  8. array key.
  9. - #1789204 by Steven Jones: Added way to easily alter the fl parameter.
  10. - #1744250 by mollux, dasjo: Added support for location based search.
  11. - #1813670 by guillaumev: Fixed check for autocomplete configuration in form.
  12. - #1425910 by drunken monkey, mh86: Added setting for maximum occurence
  13. threshold in autocomplete.
  14. - #1691132 by drunken monkey, David Stosik: Fixed calls to watchdog().
  15. - #1588130 by regilero, David Stosik, drunken monkey: Fixed error handling.
  16. - #1805720 by drunken monkey: Added additional options and improvements for the
  17. autocomplete functionality.
  18. - #1276970 by derhasi, moonray: Fixed large queries break Solr search.
  19. - #1299940 by drunken monkey: Fixed handling of empty response.
  20. - #1507818 by larowlan: Fixed field boosts for standard request handler.
  21. Search API Solr search 1.0, RC 2 (05/23/2012):
  22. ----------------------------------------------
  23. - Fixed escaping of error messages.
  24. - #1480170 by kotnik: Fixed return value of hook_requirements().
  25. - #1500210 by ezra-g, acrollet, jsacksick: Fixed errors when installing with
  26. non-default installation profiles.
  27. - #1444432 by Damien Tournoud, jsacksick: Added field-level boosting.
  28. - #1302406 by Steven Jones: Fixed autoload problem during installation.
  29. - #1340244 by drunken monkey, alanomaly: Added more helpful error messages.
  30. Search API Solr search 1.0, RC 1 (11/10/2011):
  31. ----------------------------------------------
  32. - #1308638 by drunken monkey: Adapted to new structure of field settings.
  33. - #1308498 by zenlan, drunken monkey: Added flexibility for facet fields.
  34. - #1319544 by drunken monkey: Fixed never delete contents of read-only indexes.
  35. - #1309650 by jonhattan, drunken monkey: Added support for the Libraries API.
  36. Search API Solr search 1.0, Beta 4 (09/08/2011):
  37. ------------------------------------------------
  38. - #1230536 by thegreat, drunken monkey: Added support for OR facets.
  39. - #1184002 by drunken monkey: Fixed support of the latest SolrPhpClient version.
  40. - #1032848 by das-peter, drunken monkey: Added possibility to save SolrPhpClient
  41. to the libraries directory.
  42. - #1225926 by drunken monkey, fago: Fixed performance problems in indexing
  43. workflow.
  44. - #1219310 by drunken monkey: Adapted to recent API change.
  45. - #1203680 by klausi: Fixed use of taxonomy terms for "More like this".
  46. - #1181260 by klausi: Fixed mlt.maxwl in solrconfig.xml.
  47. - #1116896 by drunken monkey: Adapted to newer Solr versions.
  48. - #1190462 by drunken monkey: Added option to directly highlight retrieved data
  49. from Solr.
  50. - #1196514 by drunken monkey, klausi: Fixed case sensitivity of input keys for
  51. autocomplete.
  52. - #1192654 by drunken monkey: Added support for the Autocomplete module.
  53. - #1177648 by drunken monkey: Added option to use Solr's built-in highlighting.
  54. - #1154116 by drunken monkey: Added option for retrieving search results data
  55. directly from Solr.
  56. - #1184002 by drunken monkey: Fixed INSTALL.txt to reflect that the module
  57. doesn't work with the latest Solr PHP Client version.
  58. Search API Solr search 1.0, Beta 3 (06/06/2011):
  59. ------------------------------------------------
  60. - #1111852 by miiimooo, drunken monkey: Added a 'More like this' feature.
  61. - #1153306 by JoeMcGuire, drunken monkey: Added spellchecking support.
  62. - #1138230 by becw, drunken monkey: Added increased flexibility to the service
  63. class.
  64. - #1127038 by drunken monkey: Fixed handling of date facets.
  65. - #1110820 by becw, drunken monkey: Added support for the Luke request handler.
  66. - #1095956 by drunken monkey: Added Solr-specific index alter hook.
  67. Search API Solr search 1.0, Beta 2 (03/04/2011):
  68. ------------------------------------------------
  69. - #1071894 by drunken monkey: Fixed incorrect handling of boolean facets.
  70. - #1071796: Add additional help for Solr-specific extensions.
  71. - #1056018: Better document Solr config customization options.
  72. - #1049900: Field values are sometimes not escaped properly.
  73. - #1043586: Allow Solr server URL to be altered.
  74. - #1010610 by mikejoconnor: Fix hook_requirements().
  75. - #1024146: Don't use file_get_contents() for contacting the Solr server.
  76. - #1010610: More helpful error message when SolrPhpClient is missing.
  77. - #915174: Remove unnecessary files[] declarations from .info file.
  78. - #984134: Add Solr-specific query alter hooks.
  79. Search API Solr search 1.0, Beta 1 (11/29/2010):
  80. ------------------------------------------------
  81. Basic functionality is in place and quite well-tested, including support for
  82. facets and for multi-index searches.