CHANGELOG.txt 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. Search API 1.9 (2018-07-19):
  2. ----------------------------
  3. - #2956012 by drunken monkey, DuaelFr: Added uncustomized view modes as options
  4. when rendering items.
  5. - #2980903 by drunken monkey, kristofferwiklund, borisson_: Fixed undefined
  6. index notice in Views date filter.
  7. - #2982693 by jhedstrom, borisson_, drunken monkey: Adapted tests to latest
  8. Core changes.
  9. - #2971033 by mErilainen, drunken monkey, borisson_: Added an option for prefix
  10. matching to the database backend.
  11. - #2973034 by idebr, drunken monkey: Removed outdated @todo comment.
  12. - #2972510 by msankhala, drunken monkey: Replaced Unicode::* methods with mb_*
  13. functions.
  14. - #2973047 by idebr, drunken monkey: Fixed misnamed test config files.
  15. - #2860167 by drunken monkey, borisson_, fenstrat: Added "orderby" to our
  16. config schema definitions.
  17. - #2948820 by capysara, drunken monkey, borisson_: Added a link to the "need to
  18. reindex" message on the Filters tab.
  19. - #2965803 by capysara, drunken monkey: Fixed left-over use of @url placeholder.
  20. - #2957650 by drunken monkey, borisson_: Fixed two minor problems.
  21. - #2939010 by nedjo, drunken monkey: Fixed deleted fields when index is created
  22. during module install.
  23. - #2931730 by drunken monkey, borisson_, chanderbhushan: Adapted to changes in
  24. drupal_set_message().
  25. - #2955607 by drunken monkey, borisson_: Removed our custom Query::__wakeup()
  26. work-around.
  27. - #2940138 by drunken monkey, borisson_: Switched to new Core tempstore service.
  28. - #2936630 by drunken monkey, borisson_: Adapted override detection code to use
  29. Config::hasOverrides().
  30. - #2961537 by drunken monkey: Increased Core dependency to Drupal 8.5.
  31. - #2959809 by drunken monkey, Rob230, mkalkbrenner, borisson_: Fixed small
  32. coding mistake in the "URL field" processor.
  33. - #2960931 by drunken monkey, borisson_: Fixed viewing of multiple content
  34. entity items.
  35. Search API 1.8 (2018-04-16):
  36. ----------------------------
  37. - #2960854 by nedjo, drunken monkey: Fixed "Database search defaults" index.
  38. - #2930839 by drunken monkey: Update tests according to latest PHPUnit
  39. compatibility changes
  40. - #2921022 by drunken monkey, marcvangend: Fixed automatic task execution with
  41. Drush.
  42. - #2955887 by drunken monkey, borisson_: Added a way to re-execute a query.
  43. - #2925464 by drunken monkey, borisson_, .jch: Fixed problem with missing "NOT
  44. NULL" attribute in database backend.
  45. - #2953266 by drunken monkey, borisson_: Added a helper method for
  46. "selected"/"default" checks.
  47. - #2953267 by drunken monkey, borisson_: Fixed REST dependency of Views test
  48. module.
  49. - #2945870 by Dropa, drunken monkey: Fixed timezone of indexed date strings.
  50. - #2948659 by drunken monkey, borisson_, bskibinski: Added support for HTML5
  51. placeholder in Views exposed filters.
  52. - #2951055 by bradjones1, borisson_, drunken monkey: Fixed documentation for
  53. IndexInterface::addField().
  54. - #2945560 by mkalkbrenner, drunken monkey, borisson_: Fixed handling of
  55. existing highlighting data in Highlight processor.
  56. - #2946386 by drunken monkey, borisson_: Fixed typo in Query::getAbortMessage().
  57. - #2945675 by drunken monkey, borisson_: Unified use of self and static.
  58. Search API 1.7 (2018-02-23):
  59. ----------------------------
  60. - #2922525 by drunken monkey, borisson_: Changed "Index items immediately" to
  61. delay indexing until the end of the page request.
  62. - #2930720 by drunken monkey, borisson_: Added a UI for rebuilding the tracking
  63. table for an index.
  64. - #2912246 by drunken monkey: Fixed inconsistent array indices in query
  65. languages.
  66. - #2939405 by bserem, borisson_, drunken monkey, yoroy: Improved UI text on
  67. what is included in the index.
  68. - #2943705 by kevin.dutra, drunken monkey, borisson_: Fixed performance
  69. problems with LIFO tracker.
  70. - #2942846 by idebr, drunken monkey, borisson_: Added empty/not empty operators
  71. to Views fulltext field filters.
  72. - #2940255 by drunken monkey: Updated the DB autocomplete implementation to the
  73. stable API version.
  74. - #2938646 by drunken monkey, Johnny vd Laar: Fixed item-boosts in database
  75. backend.
  76. - #2939085 by mattgill, drunken monkey: Fixed fatal error in Views when trying
  77. to set keywords conjunction on aborted query.
  78. - #2933811 by drunken monkey: Fixed coding standards in new Drush code.
  79. - #2932347 by drunken monkey, ghaya: Fixed case insensitive matching for
  80. highlighting non-ASCII text.
  81. - #2938288 by drunken monkey: Fixed problems with PHP 7.2.
  82. - #2934321 by Graber, drunken monkey: Fixed Views total for views with pager
  83. offset.
  84. - #2932347 by drunken monkey, ghaya: Fixed case insensitive matching for
  85. highlighting non-ASCII text.
  86. - #2933309 by drunken monkey, mkalkbrenner: Made some helper methods in the
  87. CommandHelper class public.
  88. - #2928279 by drunken monkey, borisson_: Added a test for the default tracker
  89. plugin.
  90. Search API 1.6 (2017-12-24):
  91. ----------------------------
  92. - #2669962 by kevin.dutra, drunken monkey, kristofferwiklund, borisson_: Added
  93. option to change the order in which items are indexed.
  94. - #2917399 by drunken monkey, andypost, borisson_, zenimagine: Fixed definition
  95. of Views taxonomy term plugins.
  96. - #2922874 by drunken monkey, borisson_: Fixed DBMS compatibility handling when
  97. a non-default database is used with the Database backend.
  98. - #2923910 by George Bills, drunken monkey, eft, borisson_, robin.ingelbrecht:
  99. Fixed handling of array-valued Views fulltext filter input.
  100. - #2914478 by borisson_, mpp, drunken monkey, pfrenssen, claudiu.cristea,
  101. kevin.dutra, SylvainM, jhedstrom, bircher: Added integration with Drush 9.
  102. - #2926733 by drunken monkey, borisson_: Fixed indexing of leading/trailing
  103. whitespace in fulltext tokens on database backend.
  104. - #2922024 by drunken monkey, borisson_: Fixed Stemmer incorrectly processing
  105. non-English searches.
  106. - #2931730 by drunken monkey: Adapted tests to changes in drupal_set_message().
  107. - #2929739 by drunken monkey, borisson_: Improved adherence to coding standards.
  108. - #2927748 by mkalkbrenner, mstiem, drunken monkey: Fixed Views field handler
  109. for multiple processor-defined fields returned by the server.
  110. - #2928944 by drunken monkey: Removed assert() calls with string parameters.
  111. - #2923976 by Martijn Houtman, drunken monkey: Fixed facets with random sorting
  112. on Database backend.
  113. - #2921582 by chr.fritsch, drunken monkey: Fixed saving of "database_text" form
  114. field for Database servers.
  115. - #2919884 by samuel.mortenson, borisson_, drunken monkey: Improved performance
  116. for saving an index's reindexing state.
  117. - #2855254 by dev.patrick, drunken monkey, borisson_: Removed the remaining
  118. @codingStandardsIgnoreFile directive.
  119. - #2916754 by chr.fritsch, borisson_, drunken monkey: Fixed failure to detect
  120. whether a view is executed in the current request.
  121. - #2910638 by drunken monkey, borisson_, phillipHG: Fixed handling of
  122. entity-valued processor properties.
  123. - #2917036 by drunken monkey, borisson_: Fixed illegal return values in
  124. Database::getAutocompleteSuggestions().
  125. - #2916225 by tilenav, borisson_, drunken monkey: Replaced manual config
  126. setting with installConfig() in our Kernel tests.
  127. - #2917779 by mkalkbrenner, edurenye, drunken monkey: Fixed fatal errors in
  128. views on PHP 5.
  129. - #2905562 by drunken monkey, borisson_: Increased the minimum Core version to
  130. 8.4.
  131. - #2905562 by drunken monkey, borisson_: Increased the minimum Core version to
  132. 8.4.
  133. - #2916208 by drunken monkey: Fixed AJAX display of plugin forms.
  134. - #2278433 by drunken monkey, borisson_: Added option to Views field handlers
  135. to use highlighted fields data.
  136. - #2278433 by drunken monkey, borisson_: Added option to Views field handlers
  137. to use highlighted fields data.
  138. Search API 1.5 (2017-10-14):
  139. ----------------------------
  140. - #2913688 by kevin.dutra, borisson_, drunken monkey: Fixed display plugin for
  141. Views pages with contextual filters.
  142. - #2911734 by drunken monkey, borisson_, mkalkbrenner: Fixed Views display of
  143. fields returned from the backend.
  144. - #2910918 by drunken monkey, borisson_: Fixed error in fields configuration
  145. form.
  146. - #2650986 by drunken monkey, borisson_: Fixed various problems with Views
  147. field handling.
  148. - #2907518 by drunken monkey, jrockowitz, borisson_: Fixed index
  149. creation/update via CLI on large sites.
  150. - #2908440 by claudiu.cristea: Fixed UnsavedIndexConfiguration documentation.
  151. - #2899678 by drunken monkey, Graber, borisson_: Added support for VBO.
  152. - #2909153 by drunken monkey, borisson_: Fixed fatal error for test fails under
  153. certain conditions.
  154. - #2907756 by drunken monkey, bojanz: Fixed "Entity status" processor to
  155. support other publishable entity types.
  156. - #2904377 by drunken monkey, borisson_: Added Autocomplete tests for the DB
  157. backend.
  158. - #2907943 by drunken monkey: Fixed warnings on PHP 5.
  159. - #2906099 by drunken monkey: Fixed use of field's underlying property label in
  160. Views.
  161. - #2896073 by drunken monkey, New Zeal: Fixed warnings when indexing empty text
  162. fields.
  163. - #2898082 by drunken monkey: Re-organized our test class namespaces.
  164. - #2907334 by drunken monkey: Fixed some more Drupal coding standards
  165. violations.
  166. - #2903407 by drunken monkey, alan-ps: Added #optional to form containers where
  167. appropriate.
  168. Search API 1.4 (2017-09-07):
  169. ----------------------------
  170. - #2905117 by drunken monkey: Fixed problems with multi-valued
  171. processor-generated fields on Solr.
  172. - #2884034 by drunken monkey: Fixed highlighting for processed keywords.
  173. - #2902947 by drunken monkey: Fixed "Thousands marker" setting for Views fields.
  174. - #2902907 by drunken monkey, juagarc4: Fixed indexing of multibyte text on
  175. MySQL.
  176. - #2903805 by drunken monkey: Disabled fields processors for hidden fields.
  177. - #2903014 by drunken monkey: Fixed "Enable for all fields" processor option.
  178. - #2904976 by drunken monkey: Fixed the current test fails.
  179. - #2902810 by drunken monkey, borisson_: Made query serialization in tests
  180. safer.
  181. - #2903834 by drunken monkey: Adapted to latest changes in Autocomplete module.
  182. - #2903633 by drunken monkey: Fixed current test fails.
  183. - #2899920 by kfritsche: Fixed stored value of boolean Views filters.
  184. - #2896312 by kerasai, drunken monkey: Fixed problems with Views options list
  185. filter.
  186. - #2896878 by drunken monkey: Fixed test fails due to latest Core changes.
  187. - #2665476 by ericgsmith, drunken monkey: Fixed paging in cached views.
  188. Search API 1.3 (2017-07-19):
  189. ----------------------------
  190. - #2888584 by drunken monkey: Fixed index description for "cron batch size" of
  191. -1.
  192. - #2895142 by drunken monkey: Made our test classes more useful for other
  193. modules.
  194. - #2851436 by Erik Frèrejean, andywhale, beltofte, drunken monkey: Added a
  195. "Type-specific boosting" processor.
  196. - #2889426 by cspitzlay, drunken monkey: Fixed test fails on Drupal 8.3.
  197. - #2891387 by drunken monkey: Fixed some new code style issues.
  198. - #2891246 by drunken monkey: Fixed error detection in plugin helper.
  199. - #2884451 by drunken monkey: Fixed missing primary key for denormalized index
  200. tables in DB backend.
  201. - #2886978 by drunken monkey: Fixed tracking of entities in disabled languages.
  202. Search API 1.2 (2017-06-25):
  203. ----------------------------
  204. - #2881198 by jzavrl, drunken monkey, borisson_: Added property paths to "Add
  205. fields" form.
  206. - #2883475 by Matthijs, drunken monkey, borisson_: Added support for "Language
  207. not applicable".
  208. - #2883807 by LammensJ, drunken monkey: Fixed warning in Views UI for
  209. contextual filters.
  210. - #2880239 by acbramley, drunken monkey, borisson_: Fixed logic for multiple
  211. sorts on the same field.
  212. - #2889426 by drunken monkey: Fixed test fails for latest Core changes.
  213. - #2884720 by blake.thompson: Added a display plugin for the Views Embed
  214. display type.
  215. - #2882347 by mkalkbrenner: Fixed forms to not have unserializable properties.
  216. - #2676468 by acbramley, drunken monkey, borisson_: Fixed stale cache in search
  217. view with tag-based caching.
  218. - #2876398 by drunken monkey: Fixed operator description of Views "Fulltext
  219. search" filter.
  220. - #2881945 by drunken monkey: Removed unnecessary check in
  221. AddURL::addFieldValues().
  222. - #2886981 by drunken monkey: Fixed test fails for latest Core changes.
  223. - #2880026 by Anton4yk, drunken monkey: Fixed bugs in entity datasource's item
  224. discovery code for edge cases.
  225. - #2881631 by jzavrl, drunken monkey, borisson_: Added alphabetic sort for
  226. properties in "Add fields" form.
  227. - #2867809 by drunken monkey, borisson_: Added an option to enable a processor
  228. for all compatible fields.
  229. - #2878974 by acbramley: Added the date Views argument plugin.
  230. - #2840274 by drunken monkey, borisson_: Updated the Core dependency to 8.3.
  231. - #2874895 by harsha012, drunken monkey, borisson_: Fixed OOP code to use the
  232. t() method instead of the global t() function.
  233. - #2624876 by drunken monkey, borisson_: Added a query option for "properties
  234. to retrieve".
  235. - #2682949 by drunken monkey, borisson_: Adapted to changes in the Autocomplete
  236. module.
  237. Search API 1.1 (2017-05-10):
  238. ----------------------------
  239. - #2858303 by beluoctavian, drunken monkey: Fixed "is empty" Views filters for
  240. taxonomy term references.
  241. - #2873246 by drunken monkey: Fixed a second error for cached aborted search
  242. queries in Views.
  243. - #2862289 by hoebekewim, drunken monkey: Fixed oversized column for fulltext
  244. fields in denormalized index table.
  245. - #2859683 by drunken monkey: Added a note to fields processors explaining that
  246. per-field keywords processing isn't supported.
  247. - #2871497 by drunken monkey: Fixed validation of "Whitespace characters"
  248. setting for the Tokenizer processor.
  249. - #2868704 by drunken monkey: Fixed old removed fields being present on query
  250. object.
  251. - #2863955 by alan-ps, drunken monkey, borisson_: Fixed unsupported processors
  252. remaining enabled.
  253. - #2870988 by sahilsharma011, c.nish2k3, kala4ek: Removed translations from all
  254. tests.
  255. - #2871030 by drunken monkey: Fixed error for cached aborted search queries in
  256. Views.
  257. - #2230935 by shkiper, drunken monkey: Added the "search-api-server-clear"
  258. Drush command.
  259. Search API 1.0 (2017-04-26):
  260. ----------------------------
  261. - #2871145 by opdavies, drunken monkey, borisson_: Fixed link to php.net for
  262. PCRE reference.
  263. - #2543472 by drunken monkey: Fixed indexing of multiple indexes via Drush.
  264. - #2871549 by drunken monkey: Added note about backwards compatibility to
  265. README.txt.
  266. Search API 1.0, RC 4 (2017-04-21):
  267. ----------------------------------
  268. - #2869121 by drunken monkey: Fixed fatal error when required fulltext filter is
  269. in exposed form block.
  270. Search API 1.0, RC 3 (2017-04-20):
  271. ----------------------------------
  272. - #2869121 by drunken monkey, Wim Leers, wouter.adem, borisson_: Added improved
  273. "Required" handling for the Views "Fulltext search" filter.
  274. - #2870782 by drunken monkey: Fixed the tests for Drupal 8.2.
  275. - #2868851 by acbramley, drunken monkey: Fixed wrong interface used for loggers.
  276. - #2868427 by dbjpanda, drunken monkey: Fixed use of d.o URL alias in
  277. README.txt.
  278. Search API 1.0, RC 2 (2017-04-10):
  279. ----------------------------------
  280. - #2846932 by drunken monkey, killua99, borisson_: Fixed error when changing
  281. boost values with a Postgres database backend.
  282. - #2866454 by phenaproxima, drunken monkey: Fixed problems in update 8103.
  283. - #2844945 by drunken monkey: Fixed uncaught exception when adding too many
  284. fields.
  285. Search API 1.0, RC 1 (2017-04-09):
  286. ----------------------------------
  287. - #2776659 by drunken monkey, drholera: Removed the deprecated Utility methods.
  288. - #2268809 by drunken monkey: Converted all arrays in the code to use the short
  289. syntax.
  290. - #2863736 by fran seva, drunken monkey: Added a setDataDefinition() method to
  291. the Field class.
  292. - #2867118 by drunken monkey: Fixed reported coding standards problems.
  293. - #2839932 by drunken monkey, borisson_, bmcclure, jacktonkin: Fixed Views
  294. problems with "Rendered item" fields.
  295. - #2765317 by vasike: Added a "Last" aggregation for aggregated fields.
  296. - #2861657 by drunken monkey: Removed remaining usages of "e.g.".
  297. Search API 1.0, Beta 5 (2017-04-02):
  298. ------------------------------------
  299. - #2842029 by vasike, drunken monkey: Added a "plugin helper" service for
  300. creating index plugins.
  301. - #2863253 by drunken monkey: Added hook infos for all our hooks.
  302. - #2856050 by StryKaizer, drunken monkey, marthinal, borisson_: Added getPath()
  303. to display plugins and deprecated getUrl().
  304. - #2856003 by borisson_, drunken monkey: Added "index" and "path" to search
  305. display annotation definition.
  306. - #2842557 by StryKaizer, Boobaa, drunken monkey, borisson_: Fixed "is rendered
  307. on current page" checks for Views displays with contextual filters.
  308. - #2855157 by dbjpanda: Fixed a small CSS error.
  309. - #2842007 by shashank.mundhra: Fixed DB comment of search_api_item.status
  310. column.
  311. - #2682369 by Alumei, drunken monkey, swentel, Crell, stBorchert, prics,
  312. borisson_: Fixed problems with overridden config entities.
  313. - #2645882 by drunken monkey, borisson_: Fixed "items could not be indexed"
  314. message for "Index now".
  315. - #2641388 by mallezie, drunken monkey, borisson_, janusman: Added various UX
  316. improvements for the "Fields" tab.
  317. - #2861587 by alexpott: Fixed the DB/Defaults integration tests.
  318. - #2855758 by StryKaizer, drunken monkey: Fixed "is rendered" checks for Views
  319. block displays.
  320. - #2855444 by drunken monkey: Added language-specific test for the "Rendered
  321. item" processor.
  322. - #2794295 by isramv, drunken monkey, alan-ps: Fixed default index indexing term
  323. names instead of IDs.
  324. - #2343161 by alan-ps, drunken monkey: Added per-datasource indexing stats.
  325. - #2857017 by shkiper: Fixed copy-paste errors in js/index-active-formatters.js.
  326. - #2311039 by drunken monkey: Fixed missing dependency injection for all form
  327. and plugin classes.
  328. - #2745655 by drunken monkey: Added test for (NOT) NULL conditions on fulltext
  329. fields in DB backend.
  330. - #2574889 by drunken monkey, ChristianAdamski: Added Tour module integration.
  331. - #2814925 by kducharm, drunken monkey, Cyberwolf: Fixed indexing of computed
  332. fields.
  333. - #2852807 by alan-ps: Fixed CheckStyle warnings in this project.
  334. - #2659868 by borisson_, drunken monkey: Fixed CacheabilityTest to make sure it
  335. displays the rendered entities.
  336. - #2853049 by Blanca.Esqueda: Fixed config schema error for Views date filters.
  337. - #2847810 by JayKandari: Added Stemmer to ProcessorIntegrationTest.
  338. - #2753667 by pfrenssen, drunken monkey, borisson_, idimopoulos, sandervd,
  339. sardara: Improved Views cache plugins and their cache metadata.
  340. - #2843854 by becw, drunken monkey: Fixed date filters in search views.
  341. - #2753763 by drholera, drunken monkey: Added a logging trait which can also
  342. log exceptions.
  343. - #2850025 by alan-ps: Added a "label_collection" property for our entity types.
  344. - #2851533 by drunken monkey: Adapted the tests to the latest Core changes.
  345. - #2491175 by drunken monkey, ptmkenny: Added a new "Entity status" processor
  346. to replace "Node status".
  347. - #2681273 by drunken monkey, borisson_: Added plugin descriptions consistently
  348. to the UI.
  349. - #2642792 by drunken monkey: Fixed and expanded the RenderedItemTest.
  350. - #2844527 by ayalon, drunken monkey: Added some contextual filters for Views.
  351. - #2847307 by JayKandari, drunken monkey: Removed "Display" suffix from our
  352. search display plugins.
  353. - #2849507 by drunken monkey: Fixed test fails on Drupal 8.4.
  354. - #2846255 by drunken monkey: Fixed displayed order of processors in UI.
  355. - #2656916 by drunken monkey: Removed unused field dependency calculation
  356. method.
  357. - #2844192 by BR0kEN, drunken monkey: Fixed failure in DB backend when setting
  358. field boost from 0 to other value.
  359. - #2847588 by Nick_vh, drunken monkey: Improved the description of the
  360. search_api_views_taxonomy module.
  361. - #2843632 by beram, drunken monkey: Fixed "contains any" for Views fulltext
  362. contextual filter.
  363. - #2842971 by jespermb, borisson_: Fixed wrong URL for block search displays.
  364. - #2842546 by alan-ps: Fixed Drush commands for enabling and disabling indexes.
  365. - #2840675 by nicrodgers, drunken monkey: Added support for Views filters with
  366. option lists.
  367. - #2841550 by drunken monkey: Fixed execution of pending tasks.
  368. - #2841827 by umed91, drunken monkey: Fixed some code style issues.
  369. - #2682615 by drunken monkey: Added tests for object serialization and cloning.
  370. - #2794879 by drunken monkey: Added property paths to the "Fields" tab.
  371. - #2840261 by alan-ps: Fixed usage of outdated hash functions.
  372. Search API 1.0, Beta 4 (2016-10-24):
  373. ------------------------------------
  374. - #2839981 by borisson_, drunken monkey: Fixed search ID for non-page views.
  375. - #2834350 by alan-ps: Fixed missing field restriction in DB backend
  376. autocomplete code.
  377. - #2809469 by StryKaizer, borisson_, drunken monkey, pfrenssen: Fixed
  378. incompatible cache modes used for Search API views.
  379. - #2839142 by borisson_, drunken monkey: Added new test for Defaults module
  380. index creation.
  381. - #2831436 by borisson_, drunken monkey: Added dependency information to
  382. display plugins.
  383. - #2836994 by dermario: Fixed order of facets in DB backend unreliable.
  384. - #2839445 by borisson_: Fixed test failure in for some Core versions.
  385. - #2833229 by timcosgrove: Removed array type hinting for batch contexts.
  386. - #2656052 by drunken monkey: Removed the "plugin_id"/"settings" sub-level of
  387. index plugin settings.
  388. - #2837099 by drunken monkey: Fixed the tests in latest Drupal 8.3 dev version.
  389. - #2709351 by drunken monkey: Fixed invalid processor configurations when field
  390. configuration changes.
  391. - #2829351 by SchnWalter, drunken monkey, borisson_: Fixed
  392. $entity->search_api_skip_tracking for nodes.
  393. - #2827961 by drunken monkey, Steven Jones: Fixed problems with giant scores in
  394. DB backend.
  395. - #2823985 by felribeiro, dermario, borisson_: Added an integration test for
  396. the "Role filter" processor.
  397. - #2832015 by mkalkbrenner: Removed translations from functional tests.
  398. - #2828184 by ekes: Fixed bug in Stemmer config form validation.
  399. - #2828848 by mkalkbrenner, drunken monkey, borisson_: Prepared IntegrationTest
  400. to be executed with different backends.
  401. - #2828148 by ekes, borisson_, drunken monkey: Fixed problem when stemming
  402. multiple words at once.
  403. - #2826822 by drunken monkey: Fixed use of illegal typed data type "text".
  404. - #2826308 by drunken monkey, mkalkbrenner: Fixed unwanted filter in Views
  405. tests.
  406. - #2734897 by niko-, drunken monkey: Added tests for preIndexSave()
  407. implementations.
  408. - #2650364 by drunken monkey: Added a "skip access checks" option to the Views
  409. relationship plugin.
  410. - #2826160 by keboca, drunken monkey: Fixed config form of "Role filter"
  411. processor to be more robust.
  412. - #2753815 by niko-, drunken monkey, itsekhmistro, borisson_: Ported Simpletest
  413. web tests to BrowserTestBase tests.
  414. - #2358065 by tstoeckler: Added the option for highlighting of partial matches
  415. to the processor.
  416. - #2470837 by sinn, drunken monkey: Added documentation on why to disable Core
  417. Search.
  418. - #2767609 by drunken monkey, borisson_: Added backend tests for empty value
  419. conditions.
  420. - #2789431 by phenaproxima, drunken monkey: Added possibility to display
  421. processor-generated fields in Views.
  422. - #2822553 by niko-: Removed a test assertion that failed when run via GUI.
  423. - #2821445 by drunken monkey: Fixed warning in HTML filter for non-HTML fields.
  424. - #2733185 by sinn, drunken monkey: Added documentation and tests for tracker
  425. and display plugin alter hooks.
  426. - #2824326 by Jo Fitzgerald: Fixed generated autocomplete suggestions of the DB
  427. backend.
  428. - #2824932 by mkalkbrenner: Fixed incorrect indexing call in backend tests.
  429. - #2821498 by stBorchert: Increased our required minimum Core version to 8.2.
  430. - #2816979 by drunken monkey: Added click-sorting for indexed fields in Views.
  431. - #2779159 by mark_fullmer, drunken monkey, borisson_: Added a Stemmer
  432. processor.
  433. - #2799497 by drunken monkey: Added a getter for the Views query's "where"
  434. property.
  435. - #2574583 by drunken monkey: Fixed loading of entities from excluded bundles.
  436. - #2795861 by sinn: Removed some deprecated methods.
  437. - #2748323 by sinn: Fixed comment reference to removed method
  438. alterPropertyDefinitions().
  439. - #2809753 by drunken monkey: Fixed issues with multiple OR facets.
  440. - #2821955 by mkalkbrenner: Adapted processor test base for use with other
  441. backends.
  442. - #2819637 by alan-ps: Renamed use of the DB layer rollback() method to
  443. rollBack().
  444. Search API 1.0, Beta 3 (2016-10-24):
  445. ------------------------------------
  446. - #2625152 by jhedstrom, drunken monkey, borisson_, mpp, stijn.blomme,
  447. Rodlangh: Added an "Index hierarchy" processor.
  448. - #2818621 by alan-ps: Fixed overly accurate index status percentage.
  449. - #2792277 by drunken monkey: Fixed issues during config syncing of our
  450. entities.
  451. - #2813525 by drunken monkey, alan-ps: Fixed incorrect indexing of
  452. nodes/comments with excluded bundle.
  453. - #2803701 by drunken monkey, rbayliss: Fixed strict warnings from
  454. UnsavedConfigurationFormTrait.
  455. - #2711017 by drunken monkey: Adapted Core's UncacheableDependencyTrait.
  456. - #2690229 by drunken monkey: Adapted Core's SubformState solution.
  457. - #2575641 by rbayliss, dazz, drunken monkey: Fixed behavior of "Save and edit"
  458. button for indexes.
  459. - #2769021 by drunken monkey: Added the generated Search API query to the Views
  460. preview.
  461. - #2817341 by mkalkbrenner, drunken monkey: Added PluginDependencyTrait to
  462. ConfigurablePluginBase.
  463. - #2809211 by cristiroma: Fixed size of text fields on "Fields" tab.
  464. - #2684465 by Dropa, david.gil, drunken monkey: Fixed indexing of
  465. non-translated entity references.
  466. - #2695627 by dermario, drunken monkey: Added support for (NOT) IN and (NOT)
  467. BETWEEN operators to Views.
  468. - #2782577 by drunken monkey, zuhair_ak: Fixed extraction of configurable
  469. properties in processors.
  470. Search API 1.0, Beta 2 (2016-09-28):
  471. ------------------------------------
  472. - #2798643 by drunken monkey, Berdir: Fixed handling of enforced dependencies
  473. for search indexes.
  474. - #2799475 by borisson_, drunken monkey: Added support for Views block and REST
  475. displays in the Views search display deriver.
  476. - #2763161 by drunken monkey, borisson_: Fixed cache issues with Views search
  477. display plugins.
  478. - #2800011 by drunken monkey, borisson_: Fixed display of hidden properties
  479. when adding fields.
  480. - #2794093 by drunken monkey, borisson_, kamalrajsahu21: Fixed the processor
  481. reordering CSS.
  482. - #2640982 by drunken monkey, borisson_: Fixed "unsaved changes" code in the
  483. Fields UI.
  484. - #2727697 by drunken monkey, borisson_: Fixed serialization of modified
  485. indexes.
  486. - #2747767 by joachim: Changed the "Aggregation type" form element to radios.
  487. - #2565621 by LKS90, drunken monkey: Added a test for the database defaults
  488. submodule.
  489. - #2684465 by drunken monkey, marthinal: Fixed indexing of related entities on
  490. multilingual sites.
  491. - #2566241 by drunken monkey: Fixed index tracker select default value.
  492. - #2555177 by drunken monkey: Fixed empty bundle selects in datasource config
  493. forms.
  494. Search API 1.0, Beta 1 (2016-09-05):
  495. ------------------------------------
  496. First Beta release of the project's Drupal 8 version. The API can be considered
  497. mostly stable and an upgrade path will be provided for all data structure
  498. changes from this point forward.