CHANGELOG.txt 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. Search API 1.11 (12/25/2013):
  2. -----------------------------
  3. - #1879196 by drunken monkey: Fixed invalid old indexes causing errors.
  4. - #2155127 by drunken monkey: Clarified the scope of the "Node access" and
  5. "Exclude unpublished nodes" data alterations.
  6. - #2155575 by drunken monkey: Fixed incorrect "Server index status" warnings.
  7. - #2159011 by idebr, drunken monkey: Fixed highlighting of keywords with PCRE
  8. special characters.
  9. - #2155721 by rjacobs, drunken monkey: Added support for Views' get_total_rows
  10. property.
  11. - #2158873 by drumm, drunken monkey: Fixed "all of" operator of Views entity
  12. filter handler.
  13. - #2156021 by jgullstr: Fixed confirm message when disabling servers.
  14. - #2146435 by timkang: Fixed Views paging with custom pager add-ons.
  15. - #2150347 by drunken monkey: Added access callbacks for indexes and servers.
  16. Search API 1.10 (12/09/2013):
  17. -----------------------------
  18. - #2130819 by drunken monkey, Bojhan: Added UI improvements for the "View" tabs.
  19. - #2152327 by sirtet, miro_dietiker: Fixed typo in help text for drush sapi-c.
  20. - #2144531 by drunken monkey: Fixed cloning of queries to clone filters, too.
  21. - #2100671 by drunken monkey: Fixed stopwords processor to ignore missing
  22. stopwords.
  23. - #2139239 by drunken monkey: Fixed highlighting for the last word of a field.
  24. - #1925114 by azinck: Fixed Views Facet Block integration with Panels.
  25. - #2139215 by drunken monkey: Fixed $context parameter of batch callback.
  26. - #2143659 by khiminrm: Fixed typo in update function 7116.
  27. - #2134509 by kscheirer, drunken monkey: Removed unused variables and
  28. parameters.
  29. - #2136019 by drunken monkey: Fixed mapping callback for taxonomy term facets.
  30. - #2128001 by drunken monkey: Fixed the logic of the "contains none of these
  31. words" fulltext operator.
  32. - #2128947 by stBorchert, drunken monkey: Fixed facet handling for multiple
  33. searches on a page.
  34. - #2128529 by Frando, drunken monkey: Added a way for facet query type plugins
  35. to pass options to the search query.
  36. - #1551302 by drunken monkey: Fixed the server tasks system.
  37. - #2135363 by drumm, drunken monkey: Added support for Views' use_count_query()
  38. method.
  39. - #1390598 by Damien Tournoud, drunken monkey: Added the concept of query filter
  40. tags.
  41. - #2135255 by dww: Fixed missing pager on first page of search results.
  42. - #1832334 by Damien Tournoud, drunken monkey: Fixed performance issues of
  43. Views options filter handler for huge options lists.
  44. - #2118589 by mxr576, drunken monkey: Added node access for comment indexes.
  45. - #1961120 by drunken monkey: Fixed Views handling of short fulltext keywords.
  46. - #2100231 by drunken monkey: Renamed "Workflow" tab to "Filters".
  47. - #2100193 by drunken monkey: Turned operations in overview into D8 dropbuttons.
  48. - #2100199 by drunken monkey: Merged index tabs for a cleaner look.
  49. - #2115127 by drunken monkey: Fixed cron indexing logic to keep the right order.
  50. - #1750144 by jsacksick, drunken monkey: Fixed missing Boost option for custom
  51. fulltext field types.
  52. - #1956650 by drunken monkey, wwhurley: Fixed trackItemChange not checking for
  53. empty $item_ids.
  54. - #2100191 by drunken monkey, Bojhan: Added an admin description to the Search
  55. API landing page.
  56. Search API 1.9 (10/23/2013):
  57. ----------------------------
  58. - #2113277 by moonray, drunken monkey: Fixed date facet count for active item.
  59. - #2086783 by drunken monkey: Removed Views field handlers for "virtual" fields.
  60. - #2114593 by drunken monkey: Added list of floats to test module.
  61. - #2109247 by mmikitka, drunken monkey: Exposed the status and module
  62. properties to Entity API.
  63. - #2091499 by sammys, drunken monkey: Added Views contextual filter handler for
  64. dates.
  65. - #2109537 by hefox, drunken monkey: Added alter hooks for workflow plugin
  66. definitions.
  67. - #2102111 by sergei_brill: Added hook_search_api_views_query_alter().
  68. - #2110315 by drumm, drunken monkey: Added specialized Views filters for users
  69. and terms.
  70. - #2111273 by drunken monkey: Fixed Javascript states for exposed filter
  71. operator.
  72. - #2102353 by aaronbauman: Fixed "smaller than" to read "less than".
  73. - #2097559 by thijsvdanker: Fixed the language of created search excerpts.
  74. - #2096275 by andrewbelcher: Fixed calling of Views pager pre/post execute
  75. callbacks.
  76. - #2093023 by maciej.zgadzaj: Added Drush commands to enable and disable
  77. indexes.
  78. - #2088905 by queenvictoria, drunken monkey: Fixed handling of Views
  79. override_path option.
  80. - #2083481 by drunken monkey, nickgs: Added "exclude" option for facets.
  81. - #2084953 by Yaron Tal: Fixed issue with theme initialization.
  82. - #2075839 by leeomara, drunken monkey: Added descriptions to field lists for
  83. 'Aggregated Fields'.
  84. Search API 1.8 (09/01/2013):
  85. ----------------------------
  86. - #1414048 by drunken monkey: Fixed exception in views.inc removes all Search
  87. API tables.
  88. - #1921690 by drunken monkey: Fixed stale Views cache when indexed fields
  89. change.
  90. - #2077035 by maciej.zgadzaj: Fixed whitespace recognition for search keys.
  91. - #2071229 by drunken monkey: Fixed use of core search constant.
  92. - #2069023 by drunken monkey: Fixed reaction to disabled modules.
  93. - #2057867 by drunken monkey: Fixed multiple values for taxonomy contextual
  94. filter.
  95. - #2052701 by drunken monkey, erdos: Fixed cron queue state when disabling the
  96. module.
  97. - #1878606 by drunken monkey: Fixed labels for boolean facets.
  98. - #2053171 by drunken monkey: Improved tests.
  99. - #1433720 by davidwbarratt, drunken monkey, JvE: Fixed handling of empty
  100. selection for checkboxes.
  101. - #1414078 by drunken monkey, jaxxed: Fixed revert of exportables.
  102. - #2011396 by drunken monkey: Fixed support for several facets on a single
  103. field.
  104. - #2050117 by izus, drunken monkey: Updated README.txt to reflect removed
  105. sub-modules.
  106. - #2041365 by drunken monkey: Fixed error reporting for the MLT contextual
  107. filter.
  108. - #2044711 by stBorchert, drunken monkey: Fixed facet adapter's
  109. getCurrentSearch() method to not cache failed attempts.
  110. - #1411712 by Krasnyj, drunken monkey: Fixed notices in Views with groups.
  111. - #1959506 by jantoine, drunken monkey: Fixed "search id" for Views facets
  112. block display.
  113. - #1902168 by rbruhn, drunken monkey, mpv: Fixed fatal error during Features
  114. import.
  115. - #2040111 by arpieb: Fixed Views URL argument handler to allow multiple values.
  116. - #1064520 by drunken monkey: Added a processor for highlighting.
  117. Search API 1.7 (07/01/2013):
  118. ----------------------------
  119. - #1612708 by drunken monkey: Fixed Views caching with facet blocks.
  120. - #2024189 by drunken monkey: Improved serialization of the query class.
  121. - #1311260 by drunken monkey: Fixed tokenizing of string fields.
  122. - #1246998 by drunken monkey: Fixed deletion of items in read-only indexes.
  123. - #1310970 by drunken monkey: Added improved UI help for determining which
  124. fields are available for sorting.
  125. - #1886738 by chx, Jelle_S, drunken monkey: Added Role filter data alteration.
  126. - #1837782 by drunken monkey: Fixed enabling of indexes through the Status tab.
  127. - #1382170 by orakili, lliss, drunken monkey: Added OR filtering for Views
  128. option filter.
  129. - #2012706 by drunken monkey: Fixed $reset parameter for load functions.
  130. - #1851204 by mvc: Fixed exception when indexing book hierarchy.
  131. - #1926030 by stella: Added field machine name to indexes' "Fields" tabs.
  132. - #1879102 by fearlsgroove: Fixed Drush attempting to index 0 items.
  133. - #1999858 by drunken monkey: Cleaned up API documentation for data alterations.
  134. - #2010116 by drunken monkey: Enabled "Index items immediately" for the default
  135. node index.
  136. - #2013581 by drunken monkey: Added multi-valued field to test module.
  137. - #1288724 by brunodbo, drunken monkey, fearlsgroove: Added option for using OR
  138. in Views fulltext search.
  139. - #1694832 by drunken monkey: Fixed index field settings getting stale when
  140. Field API field settings change.
  141. - #1285794 by drunken monkey: Fixed "All" option in Views' exposed "Items per
  142. page" setting.
  143. Search API 1.6 (05/29/2013):
  144. ----------------------------
  145. - #1649976 by Berdir, ilari.stenroth, drunken monkey: Fixed memory error during
  146. crons run for large indexes.
  147. - #1346276 by drunken monkey: Fixed Tokenizer should only run on fulltext
  148. fields.
  149. - #1697246 by drunken monkey: Added 'Parse mode' option to views.
  150. - #1993536 by drunken monkey, jpieck: Fixed handling of empty values in
  151. processors.
  152. - #1992228 by drunken monkey: Fixed current search block for empty keys.
  153. - #1696434 by orakili, ldweeks, drunken monkey: Added Views argument handler for
  154. all indexed taxonomy term fields.
  155. - #1988238 by esbenvb, drunken monkey: Fixed Views result display for deleted
  156. entities.
  157. - #872912 by drunken monkey: Expanded and fixed test cases.
  158. - #1760706 by jgraham, das-peter, drunken monkey: Added a flexible way for
  159. determining whether an index contains entities.
  160. Search API 1.5 (05/04/2013):
  161. ----------------------------
  162. - #1169254 by cslavoie, drunken monkey, DYdave: Added transliteration processor.
  163. - #1959088 by drunken monkey: Fixed titles for contextual filters.
  164. - #1792296 by andrewbelcher, drunken monkey: Added a group for Search API hooks.
  165. - #1407844 by nbucknor: Added "exclude" option for Views contextual filters.
  166. - #1278942 by Simon Georges, drunken monkey: Added an option to apply
  167. entity_access() to Views results.
  168. - #1819412 by drunken monkey: Added clean way for retrieving an index's data
  169. alterations and processors.
  170. - #1838134 by das-peter, drunken monkey: Added hook_search_api_items_indexed().
  171. - #1471310 by drunken monkey: Fixed handling of unset fields when indexing.
  172. - #1944394 by drunken monkey: Added caching to SearchApiIndex::getFields().
  173. - #1594762 by drunken monkey, alanom, esclapes: Fixed detection of deleted items
  174. in the Hierarchy data alteration.
  175. - #1702604 by JvE, slucero: Added option for maximum date facet depth.
  176. Search API 1.4 (01/09/2013):
  177. ----------------------------
  178. - #1827272 by drunken monkey: Fixed regression introduced by #1777710.
  179. - #1807622 by drunken monkey: Fixed definition of the default node index.
  180. - #1818948 by das-peter: Fixed endless loop in
  181. search_api_index_specific_items_delayed().
  182. - #1406808 by Haza, drunken monkey: Added support for date popup in exposed
  183. filters.
  184. - #1823916 by aschiwi: Fixed batch_sise typos.
  185. Search API 1.3 (10/10/2012):
  186. ----------------------------
  187. - Patch by mr.baileys: Fixed "enable" function doesn't use security tokens.
  188. - #1318904 by becw, das-peter, orakili, drunken monkey: Added improved handling
  189. for NULL values in Views.
  190. - #1306008 by Damien Tournoud, drunken monkey: Fixed handling of negative
  191. facets.
  192. - #1182912 by drunken monkey, sepgil: Added Rules action for indexing entities.
  193. - #1507882 by jsacksick: Added "Exclude unpublished nodes" data alteration.
  194. - #1225620 by drunken monkey: Added Batch API integration for the "Index now"
  195. functionality.
  196. - #1777710 by dasjo: Remove dependency on $_GET['q'] for determining base paths.
  197. - #1715238 by jsacksick: Fixed fulltext argument handler field list is broken.
  198. - #1414138 by drunken monkey: Fixed internal static index property cache.
  199. - #1253320 by drunken monkey, fago: Fixed improper error handling.
  200. Search API 1.2 (07/07/2012):
  201. ----------------------------
  202. - #1368548 by das-peter: Do not index views results by entity id.
  203. - #1422750 by drunken monkey, sepgil: Fixed illegal modification of entity
  204. objects.
  205. - #1363114 by nbucknor: Fixed inclusion of upper bound in range facets.
  206. - #1580780 by drunken monkey: Fixed default regexps of the Tokenizer.
  207. - #1468678 by znerol: Fixed erroneous use of Drupal multibyte wrapper functions.
  208. - #1600986 by DamienMcKenna: Fixed dependencies of exported search servers.
  209. - #1569874 by cpliakas: Fixed removal/adding of facets when indexed fields are
  210. changed.
  211. - #1528436 by jsacksick, drunken monkey: Fixed handling of exportable entities.
  212. Search API 1.1 (05/23/2012):
  213. ----------------------------
  214. - Fixed escaping of error messages.
  215. - #1330506 by drunken monkey: Removed the old Facets module.
  216. - #1504318 by peximo: Fixed Views pager offset.
  217. - #1141488 by moonray, drunken monkey: Added option to use multiple values with
  218. contextual filters.
  219. - #1535726 by bojanz, joelpittet: Fixed arguments for
  220. $service->configurationFormValidate() for empty forms.
  221. - #1400882 by mh86: Fixed "Index hierarchy" for "All parents".
  222. Search API 1.0 (12/15/2011):
  223. ----------------------------
  224. - #1350322 by drunken monkey: Fixed regressions introduced with cron queue
  225. indexing.
  226. - #1352292 by das-peter, drunken monkey: Use Search API specific table groups in
  227. Views integration.
  228. - #1351524 by das-peter: Made Views result row indexing more robust.
  229. - #1194362 by Damien Tournoud: Fixed click sort added to non-existent Views
  230. fields.
  231. - #1347150 by drunken monkey: Fixed fields access of Views facets block display.
  232. - #1345972 by Krasnyj, drunken monkey: Added handling of large item amounts to
  233. trackItemInsert().
  234. - #1324182 by dereine, drunken monkey: Fixed indexing author when node access is
  235. enabled.
  236. - #1215526 by cpliakas, drunken monkey: Added support for the "Bundle" facet
  237. dependency plugin.
  238. - #1337292 by drunken monkey: Fixed facet dependency system.
  239. Search API 1.0, RC 1 (11/10/2011):
  240. ----------------------------------
  241. API changes:
  242. - #1260834 by drunken monkey: Added a way to define custom data types.
  243. - #1308638 by drunken monkey: Reduce size of stored index settings.
  244. - #1291346 by drunken monkey: Expose SearchApiQuery::preExecute() and
  245. postExecute().
  246. - #955088 by dereine, drunken monkey: Provide (additional) access functionality.
  247. - #1064884 by drunken monkey: Added support for indexing non-entities.
  248. Others:
  249. - #1304026 by drunken monkey: Utilize Facet API's 'include default facets' key
  250. in searcher definitions.
  251. - #1231512 by drunken monkey: Use real Relationships instead of level magic in
  252. Views integration.
  253. - #1260768 by drunken monkey: Move "Search pages" into its own project.
  254. - #1260812 by drunken monkey: Move "Database search" into its own project.
  255. - #1287602 by drunken monkey: Fixed „Index items immediately“ to delay indexing
  256. on insert, too.
  257. - #1319500 by drunken monkey: Remove items after unsuccessful loads.
  258. - #1297958 by drunken monkey: Fixed wrong facet operator used for range facets.
  259. - #1305736 by drunken monkey: Fixed notice for unset Views group operator.
  260. - #1263214 by drunken monkey: Fixed indexing with „Index items immediately“
  261. indexes old entity state.
  262. - #1228726 by drunken monkey, mh86: Increased size of 'options' fields in
  263. database.
  264. - #1295144 by katbailey: Added alter hook for Facet API search keys.
  265. - #1294828 by drunken monkey: Fixed accidental presence of good OOP coding
  266. standards in Views integration.
  267. - #1291376 by drunken monkey: Expose
  268. SearchApiFacetapiAdapter::getCurrentSearch().
  269. - #1198764 by morningtime, drunken monkey: Fixed handling of Views filter
  270. groups.
  271. - #1286500 by drunken monkey: Fixed „Search IDs” setting for facets not saved.
  272. - #1278780 by dereine, drunken monkey: Fixed status field requirement for node
  273. access.
  274. - #1182614 by katbailey, cpliakas, drunken monkey, thegreat, das-peter: Added
  275. Facet API integration.
  276. - #1278592 by das-peter: Fixed default view mode for non-entites or entities
  277. without view modes.
  278. - #1251674 by Nick_vh: Fixed handling of empty fulltext keys in Views.
  279. - #1145306 by Nick_vh, drunken monkey: Fixed handling of multiple filters in the
  280. database service class.
  281. - #1264164 by das-peter: Fixed the definition of the external data source
  282. controller's trackItemChange() method.
  283. - #1262362 by drunken monkey: Fixed error handling for orphaned facets.
  284. - #1233426 by atlea: Fixed dirty and queued items don't get removed from the
  285. tracking table when deleted.
  286. - #1258240 by drunken monkey: Fixed more overlooked entity type assumptions.
  287. - #1213698 by drunken monkey: Added a data alteration for indexing complete
  288. hierarchies.
  289. - #1252208 by tedfordgif: Fixed superfluous query chars in active facet links.
  290. - #1224564 by drunken monkey: Added user language as a filter in Views.
  291. - #1242614 by jsacksick: Fixed division by zero in drush_search_api_status().
  292. - #1250168 by drunken monkey: Fixed deleted items aren't removed from servers.
  293. - #1236642 by jsacksick, drunken monkey: Fixed stale static cache of
  294. search_api_get_item_type_info().
  295. - #1237348 by drunken monkey: Added a "Language control" data alteration.
  296. - #1214846 by drunken monkey, Kender: Fixed overlong table names when DB prefix
  297. is used.
  298. - #1232478 by Damien Tournoud, drunken monkey: Fixed update of field type
  299. settings for DB backend and index.
  300. - #1229772 by drunken monkey: Fixed order in which items are indexed.
  301. - #946624 by drunken monkey: Adapted to use a cron queue for indexing.
  302. - #1217702 by Amitaibu, drunken monkey: Added documentation on facet URLs.
  303. - #1214862 by drunken monkey: Added bundle-specific fields for related entities.
  304. - #1204964 by klausi: Fixed default index status is not overridden on saving.
  305. - #1191442 by drunken monkey: Fixed facets block view showing only tid.
  306. - #1161532 by drunken monkey: Fixed discerning between delete and revert in
  307. hook_*_delete().
  308. Search API 1.0, Beta 10 (06/20/2011):
  309. -------------------------------------
  310. API changes:
  311. - #1068342 by drunken monkey: Added a 'fields to run on' option for processors.
  312. Others:
  313. - #1190086 by drunken monkey: Fixed crash in hook_entity_insert().
  314. - #1190324 by drunken monkey: Adapted to API change in Entity API.
  315. - #1168684 by drunken monkey: Added improved tokenizer defaults for English.
  316. - #1163096 by drunken monkey: Fixed cached types for DB servers aren't correctly
  317. updated.
  318. - #1133864 by agentrickard, awolfey, greg.1.anderson, drunken monkey: Added
  319. Drush integration.
  320. Search API 1.0, Beta 9 (06/06/2011):
  321. ------------------------------------
  322. API changes:
  323. - #1089758 by becw, drunken monkey: Updated Views field handlers to utilize new
  324. features.
  325. - #1150260 by drunken monkey: Added a way to let processors and data alterations
  326. decide on which indexes they can run.
  327. - #1138992 by becw, drunken monkey: Added read-only indexes.
  328. Others:
  329. - #1179990 by j0rd: Fixed facet blocks don't correctly respect the "unlimited"
  330. setting.
  331. - #1138650 by klausi, Amitaibu, drunken monkey: Fixed PHP strict warnings.
  332. - #1111852 by miiimooo, drunken monkey: Added a 'More like this' feature.
  333. - #1171360 by jbguerraz, drunken monkey: Added possibility to restrict the
  334. options to display in an exposed options filter.
  335. - #1161676 by awolfey, drunken monkey: Added Stopwords processor.
  336. - #1166514 by drunken monkey: Fixed parseKeys() to handle incomplete quoting.
  337. - #1161966 by JoeMcGuire: Added Search API Spellcheck support for Pages.
  338. - #1118416 by drunken monkey: Added option to index entities instantly after
  339. they are saved.
  340. - #1153298 by JoeMcGuire, drunken monkey: Added option getter and setter to
  341. Views query handler.
  342. - #1147466 by awolfey: Added excerpt Views field.
  343. - #1152432 by morningtime: Fixed strict warnings in render() functions.
  344. - #1144400 by drunken monkey: Fixed use of entity_exportable_schema_fields() in
  345. hook_schema().
  346. - #1141206 by drunken monkey: Fixed "quantity" variable for Search page pager.
  347. - #1117074 by drunken monkey: Fixed handling of overlong tokens by DB backend.
  348. - #1124548 by drunken monkey: Fixed syntax error in search_api.admin.inc.
  349. - #1134296 by klausi: Fixed check for NULL in SearchApiDbService->convert().
  350. - #1123604 by drunken monkey, fago: Added generalized "aggregation" data
  351. alteration.
  352. - #1129226 by drunken monkey: Fixed incorrect handling of facets deactivated for
  353. some search IDs.
  354. - #1086492 by drunken monkey: Fixed inadequate warnings when using the "Facets
  355. block" display with wrong base table.
  356. - #1109308 by drunken monkey : Added option to choose between display of field
  357. or facet name in "Current search" block.
  358. - #1120850 by drunken monkey, fangel: Fixed type of related entities in nested
  359. lists.
  360. Search API 1.0, Beta 8 (04/02/2011):
  361. ------------------------------------
  362. API changes:
  363. - #1012878 by drunken monkey: Added a way to index an entity directly.
  364. - #1109130 by drunken monkey: Added better structure for Views field rendering.
  365. Others:
  366. - #1018384 by drunken monkey: Fixed Views field names to not contain colons.
  367. - #1105704 by drunken monkey: Fixed exposed sorts always sort on 'top' sort.
  368. - #1104056 by drunken monkey: Added "Current search" support for non-facet
  369. filters.
  370. - #1103814 by drunken monkey: Fixed missing argument for extractFields().
  371. - #1081084 by drunken monkey: Fixed notices in add_fulltext_field alteration.
  372. - #1091074 by drunken monkey, ygerasimov: Added machine names to "related
  373. entities" list.
  374. - #1066278 by ygerasimov, drunken monkey: Removed
  375. search_api_facets_by_block_status().
  376. - #1081666 by danielnolde: Fixed PHP notices when property labels are missing.
  377. Search API 1.0, Beta 7 (03/08/2011):
  378. ------------------------------------
  379. - #1083828 by drunken monkey: Added documentation on indexing custom data.
  380. - #1081244 by drunken monkey: Fixed debug line still contained in DB backend.
  381. Search API 1.0, Beta 6 (03/04/2011):
  382. ------------------------------------
  383. API changes:
  384. - #1075810 by drunken monkey: Added API function for marking entities as dirty.
  385. - #1043456 by drunken monkey: Added form validation/submission for plugins.
  386. - #1048032 by drunken monkey: Added a hook for altering the indexed items.
  387. Others:
  388. - #1068334 by drunken monkey: Added a data alteration for indexing the viewed
  389. entity.
  390. - #1080376 by drunken monkey: Fixed "Current search" block field names.
  391. - #1076170 by drunken monkey: Added a Views display plugin for facet blocks.
  392. - #1064518 by drunken monkey: Added support for entity-based Views handlers.
  393. - #1080004 by drunken monkey: Fixed confusing "Current search" block layout.
  394. - #1071894 by drunken monkey: Fixed incorrect handling of boolean facets.
  395. - #1078590 by fago: Added check to skip default index creation when installed
  396. via installation profile.
  397. - #1018366 by drunken monkey: Added option to hide active facet links.
  398. - #1058410 by drunken monkey: Added overhauled display of search results.
  399. - #1013632 by drunken monkey: Added facet support for the database backend.
  400. - #1069184: "Current search" block passes query parameters wrongly.
  401. - #1038016 by fago: Error upon indexing inaccessible list properties.
  402. - #1005532: Adaption to Entity API change (new optionsList() parameter).
  403. - #1057224 by TimLeytens: Problem with entity_uri('file').
  404. - #1051286: Show type/boost options only for indexed fields.
  405. - #1049978: Provide a "More" link for facets.
  406. - #1039250: Improve facet block titles.
  407. - #1043492: Problems with default (exported) entities.
  408. - #1037916 by fago: Updates must not call API functions.
  409. - #1032708 by larskleiner: Notice: Undefined variable: blocks.
  410. - #1032404 by larskleiner: Notice: Undefined index: fields.
  411. - #1032032 by pillarsdotnet: search_api_enable() aborts with a database error
  412. on install.
  413. - #1026496: status doesn't get set properly when creating entities.
  414. - #1027992 by TimLeytens: Filter indexed items based on bundle.
  415. - #1024194 by TimLeytens: Provide a search block for each page.
  416. - #1028042: Change {search_api_item}.index_id back to an INT.
  417. - #1021664: Paged views results empty when adding facet.
  418. - #872912: Write tests.
  419. - #1013018: Make the "Fulltext field" data alteration more useful.
  420. - #1024514: Error when preprocessing muli-valued fulltext fields.
  421. - #1020372: CSS classes for facets.
  422. Search API 1.0, Beta 5 (01/05/2011):
  423. ------------------------------------
  424. API changes:
  425. - #917998: Enhance data alterations by making them objects.
  426. - #991632: Incorporate newly available entity hooks.
  427. - #963062: Make facets exportable.
  428. Others:
  429. - #1018544: includes/entity.inc mentioned in a few places.
  430. - #1011458: Move entity and processor classes into individual files.
  431. - #1012478: HTML in node bodies is escaped in Views.
  432. - #1014548: Add newly required database fields for entities.
  433. - #915174: Remove unnecessary files[] declarations from .info files.
  434. - #988780: Merge of entity modules.
  435. - #997852: Service config oddities.
  436. - #994948: "Add index" results in blank page.
  437. - #993470: Unnecessary warning when no valid keys or filters are given.
  438. - #986412: Notice: Undefined index: value in theme_search_api_page_result().
  439. - #987928: EntityDBExtendable::__sleep() is gone.
  440. - #985324: Add "Current search" block.
  441. - #984174: Bug in Index::prepareProcessors() when processors have not been set.
  442. Search API 1.0, Beta 4 (11/29/2010):
  443. ------------------------------------
  444. API changes:
  445. - #976876: Move Solr module into its own project.
  446. - #962582: Cross-entity searches (API addition).
  447. - #939482 by fago: Fix exportables.
  448. - #939092: Several API changes regarding service class methods.
  449. - #939414: Enhanced service class descriptions. [soft API change]
  450. - #939464: Documented Entity API's module and status properties.
  451. - #939092: Changed private members to protected in all classes.
  452. - #936360: Make servers and indexes exportable.
  453. Others:
  454. - #966512: "Time ago" option for Views date fields (+bug fix for missing value).
  455. - #965318: Lots of notices if entities are missing in Views.
  456. - #961210: Hide error messages.
  457. - #963756: Array to string conversion error.
  458. - #961276: Some random bugs.
  459. - #961122: Exportability UI fixes.
  460. - #913858: Fix adding properties that are lists of entities.
  461. - #961210: Don't hide error messages.
  462. - #961122: Display configuration status when viewing entities.
  463. - #889286: EntityAPIController::load() produces WSoD sometimes.
  464. - #958378 by marvil07: "Clear index" is broken
  465. - #955892: Typo in search_api_solr.install.
  466. - #951830: "List of language IDs" context suspicious.
  467. - #939414: Rename "data-alter callbacks" to "data alterations".
  468. - #939460: Views integration troubles.
  469. - #945754: Fix server and index machine name inputs.
  470. - #943578: Duplicate fields on service creation.
  471. - #709892: Invoke hook_entity_delete() on entity deletions.
  472. - #939414: Set fields provided by data-alter callbacks to "indexed" by default.
  473. - #939414: Provide a default node index upon installation.
  474. - #939822 by fago: Support fields.
  475. - #939442: Bad data type defaults [string for fields with options].
  476. - #939482: Override export() to work with "magic" __get fields.
  477. - #939442: Bad data type defaults.
  478. - #939414: Improved descriptions for processors.
  479. - #939414: Removed the "Call hook" data alter callback.
  480. - #938982: Not all SearchApiQuery options are passed.
  481. - #931066 by luke_b: HTTP timeout not set correctly.
  482. Search API 1.0, Beta 3 (09/30/2010):
  483. ------------------------------------
  484. - API mostly stable.
  485. - Five contrib modules exist:
  486. - search_api_db
  487. - search_api_solr
  488. - search_api_page
  489. - search_api_views
  490. - search_api_facets