You are here

CHANGELOG.txt in Search API 7

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
Search API 1.x, dev (xxxx-xx-xx):
---------------------------------
- #3215213 by drunken monkey: Fixed undefined index "#value" in
  SearchApiViewsHandlerFilterFulltext::exposed_validate().

Search API 1.28 (2021-07-19):
-----------------------------
- #3208036 by DamienMcKenna, Taran2L, drunken monkey: Fixed PHP 8.0
  compatibility.
- #2159827 by mh86, drunken monkey, farse: Fixed wrong search base paths in
  Facet API adapter.
- #3154538 by isholgueras, drunken monkey: Fixed exception handling in
  datasource tracking methods.
- #2104623 by drunken monkey: Fixed facet filters for multi-valued date fields.

Search API 1.27 (2021-02-01):
-----------------------------
- #3178035 by mvc, drunken monkey: Fixed OR facets for non-numeric hierarchical
  fields.
- #3132404 by janadam, klausi, drunken monkey: Fixed support for latest Date
  module version.
- #3123171 by drunken monkey: Fixed wrong Views filter handler used for URI
  fields.
- #3109880 by drunken monkey: Fixed unnecessary processing of disabled indexes.
- #3122167 by pandaski, drunken monkey: Provided a processor for excluding
  private file entities from being indexed.
- #3119271 by mibfire, drunken monkey: Fixed incomplete whitespace detection in
  HTML filter.
- #3052798 by drunken monkey, smhnaji: Fixed errors on duplicate tracking of
  new items.
- #3096993 by KarlShea, drunken monkey: Fixed Views "between" filters with only
  maximum value.
- #3081180 by mibfire, drunken monkey: Fixed HTML filter sometimes leaving whitespace.
- #3070125 by chrisclark, drunken monkey: Fixed Views "Reset" button validating
  minimum keywords length.
- #2378945 by DamienMcKenna, drunken monkey, capysara, JPHuxley, minorOffense:
  Added option to keep facets when submitting Views exposed form.
- #3035977 by das-peter, drunken monkey: Fixed edge case problems with "Entity
  HTML output" on multilingual sites.
- #3056882 by drunken monkey, WalkingDexter: Fixed highlighting in some edge
  cases.
- #3041704 by drunken monkey: Added multi-type support for entity status filter
  processors.
- #2290019 by n3or, azinck, drunken monkey: Added support for OR operator to
  date facets.
- #3040980 by drunken monkey: Fixed undefined index notice in Highlighting
  processor.

Search API 1.26 (2019-03-11):
-----------------------------
- #2324023 by drumm, drunken monkey: Changed Views field definition for
  Relevance to float.
- #3008849 by pamatt, drunken monkey: Fixed non-exposed numeric and date
  filters in Views.
- #3009744 by evgeny.chernyavskiy, drunken monkey: Fixed wrong "continue" in
  search_api_server_tasks_check().
- #3003742 by Jelle_S, drunken monkey: Fixed problems with Views date filters.
- #3002043 by alonaoneill, drunken monkey: Fixed module name capitalization and
  dependency namespacing in .info files.
- #2990940 by drunken monkey: Fixed multi-byte handling of Highlight processor.
- #3001424 by drunken monkey: Fixed notice when configuring the More Like This
  contextual filter.

Search API 1.25 (2018-09-17):
-----------------------------
- #2408727 by swim, drunken monkey: Added a batch operation for executing
  pending tasks.
- #2325917 by guillaumev, drunken monkey: Added a Views cache plugin based on
  Views Content Cache.
- #2989578 by KarlShea, drunken monkey: Fixed Views exposed form fields for
  "not between" operator.
- #2982167 by osopolar, drunken monkey: Added a Drush command for re-indexing
  specific entities.
- #1783746 by das-peter, sammys, SpadXIII, drunken monkey, ruloweb, KarlShea,
  heshanlk, Anas_maw, pinkonomy, Damien Tournoud, rudiedirkx: Added support
  for the "(not) between" operator.
- #2408727 by drunken monkey, OliverColeman: Fixed out-of-memory errors when
  executing pending tasks.
-  Issue #2948820 by capysara, drunken monkey: Added a link to the "need to
  reindex" message on the Filters tab.
- #2828883 by JorgenSandstrom, drunken monkey: Fixed property type for
  string-typed aggregated fields.
- #2949899 by drunken monkey, DamienMcKenna: Added a warning against using
  particular processors with Solr servers to the "Workflow" tab.

Search API 1.24 (2018-04-05):
-----------------------------
- #2958201 by jcnventura, drunken monkey: Reverted issue #2566529: Added
  support for the "Content access" processor for "Multiple types" indexes.

Search API 1.23 (2018-03-31):
-----------------------------
- #2949562 by DamienMcKenna, drunken monkey: Fixed stemming of multi-word
  tokens.
- #1903004 by AndyF, joseph.olstad, drunken monkey: Fixed errors at feature
  module installation in certain edge cases.
- #2889989 by kevineinarsson, drunken monkey, kristofferwiklund: Fixed
  highlighting for text with multi-byte characters.
- #1393064 by xlyz, drunken monkey, jannis: Fixed handling of empty facet
  filters.
- #2927692 by drunken monkey, Kristi Wachter: Fixed exposed grouped Views
  options filters.
- #2928769 by jannis, drunken monkey: Fixed Views cache not being cleared when
  enabling indexes.
- #2566529 by Dylan Donkersgoed, drunken monkey, joachim, swirt: Added support
  for the "Content access" processor for "Multiple types" indexes.
- #2905445 by ciss, drunken monkey: Fixed error handling in Views term filter
  handler.
- #2904268 by pobster, drunken monkey: Added support for language hierarchy in
  Views.

Search API 1.22 (2017-07-18):
-----------------------------
- #1710212 by drunken monkey: Added a data alteration for indexing a user's
  content.
- #2879892 by blacklabel_tom, drunken monkey: Fixed link in description of
  "Stemmer" processor.
- #2788593 by drunken monkey: Fixed error in Views query settings for specific
  setups.
- #2749963 by drunken monkey: Fixed "Index hierarchy" not having values
  numerically indexed.
- #2875793 by drunken monkey: Fixed buggy error handling in Views.
- #2860624 by drunken monkey: Fixed problem with empty words in Views fulltext
  filter.
- #2855447 by mparker17, drunken monkey: Added "Separator" option for
  aggregated fields of type "Fulltext".
- #2863445 by dbjpanda, drunken monkey: Fixed phrasing in README.txt.

Search API 1.21 (2017-02-23):
-----------------------------
- #2780341 by Berdir: Fixed passing of custom ranges to date facets.
- #2765317 by JorgenSandstrom, NWOM, drunken monkey: Added a "Last" aggregation
  type.
- #2842856 by drunken monkey: Fixed language filters for "Multiple types"
  indexes.
- #2844990 by drunken monkey: Made the "Role filter" data alteration available
  for multi-type indexes.
- #2837745 by drunken monkey, klausi: Fixed NULL tags on old serialized queries.
- #2833482 by drunken monkey: Fixed undefined constant when uninstalling facets
  module.
- #2840261 by alan-ps: Fixed usage of outdated hash functions.
- #1670420 by kyletaylored, dorficus, drunken monkey: Fixed potential fatal
  error in facet adapter's getSearchKeys() method.
- #2838075 by dsnopek: Fixed possible race condition in
  hook_system_info_alter().
- #2836687 by sarthak drupal: Fixed one doc comment typo.
- #2632880 by drunken monkey, donquixote: Added possibility to change indexed
  bundles on disabled indexes.
- #2828380 by jansete: Fixed taxonomy term access tag in Views filter.
- #2827717 by Fabien.Godineau, drunken monkey: Fixed disabling of search views
  when reverting an index.
- #2822836 by prince_zyxware: Fixed some Drupal coding standards violations.
- #2822145 by drunken monkey: Fixed problem with phrase search in Views
  fulltext filter.
- #2778261 by drunken monkey, BAHbKA: Fixed "Index items immediately"
  functionality for unindexed items.
- #2358065 by Jelle_S, graper, drunken monkey: Added the option for
  highlighting of partial matches to the processor.
- #2779159 by mark_fullmer, drunken monkey: Added a Stemmer processor.
- #2649412 by relaxnow, GoZ: Added support for minimum granularity to date
  facets.
- #2769021 by Plazik, drunken monkey: Added the generated Search API query to
  the Views preview.
- #2769877 by mfernea: Fixed database exception when filtering for anonymous
  user.

Search API 1.20 (2016-07-21):
-----------------------------
- #2731103 by drunken monkey: Fixed the default value for the taxonomy term
  filter "multiple" setting.
- #1818572 by morningtime, drunken monkey, lodey, guillaumev: Added pretty
  paths support to the Views facets block.
- #2753441 by Johnny vd Laar: Fixed translated field names in
  language-independent cache.

Search API 1.19 (2016-07-05):
-----------------------------
- #2724687 by StefanPr, drunken monkey: Fixed failed sanitization of NULL field
  values.
- #2744189 by nikolabintev, drunken monkey: Fixed highlighting for single-word
  fields.
- #2744995 by John Cook, drunken monkey: Fixed search views without pager.
- #2742053 by tunic: Fixed change notification on node access records change.
- #2733447 by jsacksick: Fixed translatability of our Views taxonomy term
  filter.
- #2720465 by drunken monkey: Fixed bundle filter's handling of entity types
  with no bundles on multi-type indexes.
- #2710893 by alan-ps, drunken monkey: Fixed creation of comment indexes when
  no nodes exist.
- #2707039 by alan-ps: Fixed indexes of flag entities with "bundles" setting.
- #2700879 by drunken monkey: Fixed breadcrumbs on index tabs.
- #1889940 by cspurk, Yaron Tal: Fixed "HTML filter" processor to recognize all
  valid HTML tags.
- #2700011 by drunken monkey: Fixed compatibility issues of facets from
  different indexes.
- #2665970 by andrei.colesnic, drunken monkey: Added "Limit list to selected
  items" exposed option support for Views taxonomy term filters.
- #2703675 by drunken monkey, heykarthikwithu: Fixed accidental assumption that
  all facets are taxonomy terms.
- #2419853 by drunken monkey: Fixed HTML filter leaves escaped entities in
  field values sometimes.

Search API 1.18 (2016-04-20):
-----------------------------
- Various security fixes – see https://www.drupal.org/node/2710063.
- #2693425 by jojyja: Fixed a typo in search_api.info.

Search API 1.17 (2016-03-14):
-----------------------------
- #2665586 by recrit, drunken monkey: Fixed parsing of invalid date facet
  filters.
- #2677900 by stefan.r, drunken monkey: Added the possibility to change date
  facet formats.
- #2678856 by stefan.r, drunken monkey: Fixed date facets showing wrong month
  on certain days.
- #2667872 by Les Lim: Added "0" to field boost options.
- #2654328 by drunken monkey, donquixote: Fixed use of "<" and ">" for open
  facet ranges.
- #2639200 by joachim: Added sorting to "related fields" select box.
- #2638740 by joachim, drunken monkey: Added a link to the index to the
  "re-indexing necessary" message.
- #2629136 by drunken monkey, deranga: Fixed wrong facet counts in edge cases
  for active OR facets.
- #2569461 by kraynuk.m, drunken monkey: Fixed existing table in update #7118.
- #2631276 by tauno: Fixed the MLT handler for multi-entity indexes.
- #2576265 by drunken monkey: Fixed view trying to search on non-fulltext field.
- #2572487 by drunken monkey: Removed operator setting for date facets.
- #2611714 by rakesh.gectcr, drunken monkey: Improved compliance with
  documentation standards.
- #2613054 by temkin: Fixed the "search-api-index" Drush command to allow
  setting further options when indexing on all indexes.
- #2611726 by Hubbs, rakesh.gectcr: Fixed several typos.
- #2603500 by drunken monkey, krishna savithraj: Fixed Views fulltext searches
  for keyword "All".
- #2529262 by kingmackenzie, stefan.r: Added an option to Views date filters to
  choose the format used by date popup.
- #2583263 by drunken monkey: Fixed Views integration in combination with
  Search API ET and similar modules.
- #2592231 by drunken monkey, balintcsaba: Fixed ignored item language when
  viewing translated items.
- #2570879 by thePanz, drunken monkey: Added sorting of remembered search IDs.
- #2565743 by drunken monkey: Fixed creation of comment indexes with specific
  bundles.
- #2563793 by drunken monkey, smitty, ReBa: Fixed Views base table definition
  for "Multiple types" indexes.
- #2567775 by joseph.olstad, drunken monkey: Fixed handling of broken HTML in
  the "HTML filter" processor.
- #2565005 by drunken monkey: Properly escape labels of "checkboxes"/"radios"
  options
- #2524314 by drunken monkey: Fixed bundle-setting for taxonomy term indexes.
- #2550599 by ACF, drunken monkey: Fixed error on entity rebuilds.

Search API 1.16 (2015-08-30):
-----------------------------
- #2502819: Fixed example code for hook_search_api_query_alter().
- #2491175 by ptmkenny, drunken monkey: Added a data alteration for filtering
  out blocked users.
- #1197538 by thePanz, k4v, drunken monkey, ayalon, nadavoid, timodwhit, becw,
  Elvar: Added support for the "Global: Random" sort in Views.
- #2520934 by drunken monkey: Added an item type for indexing several types of
  entities in one index.
- #2533096 by drunken monkey: Fixed uncaught exception when deleting a server.
- #2479453 by prics, drunken monkey: Added a Drush command to
  list/enable/disable servers.
- #2520684 by drunken monkey: Fixed "bundles" setting on indexes with "Index
  immediately".
- #2489882 by dww: Fixed Views taxonomy filter with "is (not) empty" operator
- #2447213 by drunken monkey: Fixed issues with stale field settings for MLT
  contextual filter.

Search API 1.15 (2015-06-03):
-----------------------------
- #2190627 by m1n0, drunken monkey: Fixed fatal errors for views of disabled
  indexes.
- #2448849 by cgoffin: Added "year range" option for date filters.
- #2414425 by Darren Oh, drunken monkey: Fixed backend form validation when
  adding or editing a server.
- #2450333 by drunken monkey: Added performance improvement when indexing
  entity references.
- #2450227 by StryKaizer, drunken monkey: Fixed OR facets on taxonomy terms.
- #1184610 by drunken monkey: Added option to limit indexes to specific entity
  bundles.
- #1396222 by drunken monkey: Added a "First letter" aggregation type to the
  "Aggregated fields" data alteration.
- #2412895 by drunken monkey: Fixed entity load for Views entity access check.
- #2414367 by Darren Oh, drunken monkey: Fixed detection of missing fields in
  Views.
- #2387161 by drunken monkey: Added a hook for altering search results.

Search API 1.14 (2014-12-26):
-----------------------------
- #2382385 by illusionuk, drunken monkey: Fixed error handling when using
  invalid fulltext or sort field in Views.
- #2371099 by drunken monkey: Fixed display of active "Exclude" facets.
- #1861134 by Cyberwolf, jackbravo, drunken monkey: Fixed indexing on multiple
  indexes with Drush.
- #2347367 by drunken monkey, das-peter: Fixed forgotten usages of
  $index->item_type.
- #2359201 by drunken monkey: Added a "List" option to "Aggregated fields".
- #2364247 by drunken monkey: Fixed documentation for
  SearchApiQueryFilterInterface::getFilters().
- #2364875 by Xano: Fixed Views argument handler for fulltext fields.
- #2174163 by drunken monkey: Fixed detection of field type changes by data
  alterations.
- #2305755 by drunken monkey, pfrenssen: Fixed invalidation of the stored index
  fields cache.
- #2334727 by Alex Bukach, drunken monkey: Fixed Views caching does not take
  items_per_page into account.
- #1372092 by drunken monkey: Added an error message when no service class is
  available when creating a server.
- #2305627 by drunken monkey, cpliakas: Fixed date facets not displayed when
  the configured granularity is larger than the calculated granularity.
- #2319263 by solotandem: Added easier way to subclass entity classes.
- #2278737 by drunken monkey: Fixed use of multiple Views fulltext search
  filters.

Search API 1.13 (2014-07-23):
-----------------------------
- #2281535 by areynolds, nicola85: Adapted to latest changes in Views cache
  plugins.
- #2145547 by aaronbauman: Fixed duplicated sorts (one exposed) in Views.
- #2146435 by alanmackenzie: Fixed Views paging with custom pager add-ons.
- #2278791 by drunken monkey | tksmd: Fixed excerpt when searching single CJK
  word.
- #2272983 by idflood, drunken monkey: Fixed Highlighting processor for queries
  without returned results.
- #2216345 by bacardi55, fabianderijk, drunken monkey: Fixed array to string
  conversion in Highlighting processor.

Search API 1.12 (2014-05-23):
-----------------------------
- #2265349 by drunken monkey: Marked _search_api_settings_equals() as
  deprecated.
- #2256891 by justanothermark: Fixed "0" entity labels.
- #2233749 by rjacobs, drunken monkey: Added drush support to change the server
  used by an index.
- #2219553 by drunken monkey: Fixed Views fulltext filter operators.
- #2135697 by drunken monkey: Fixed handling of HTML attributes in the
  Highlighting processor.
- #2179755 by drunken monkey, fago: Fixed whitespaces after HTML filter.
- #2204847 by drunken monkey, alanmackenzie: Fixed Views caching issues with
  pagination.
- #2198791 by drunken monkey: Fixed empty Views entity filters.
- #2195469 by freakalis, drunken monkey: Added "Exclude fields" options to
  Highlighting processor.
- #2169455 by drunken monkey: Fixed "undefined index" in
  search_api_update_7116().
- #2219563 by drunken monkey: Added __toString() methods for queries and
  filters.
- #1888174 by drunken monkey, ipallian: Fixed problems with date facets.
- #2187487 by drunken monkey: Fixed admin summary of language filter.
- #2198261 by drunken monkey: Fixed fatal error on view editing.
- #2168713 by idebr: Fixed highlighting of keys containing slashes.
- #2150779 by hefox: Fixed "Overridden" detection for index features.
- #1227702 by drunken monkey: Improved error handling.

Search API 1.11 (2013-12-25):
-----------------------------
- #1879196 by drunken monkey: Fixed invalid old indexes causing errors.
- #2155127 by drunken monkey: Clarified the scope of the "Node access" and
  "Exclude unpublished nodes" data alterations.
- #2155575 by drunken monkey: Fixed incorrect "Server index status" warnings.
- #2159011 by idebr, drunken monkey: Fixed highlighting of keywords with PCRE
  special characters.
- #2155721 by rjacobs, drunken monkey: Added support for Views' get_total_rows
  property.
- #2158873 by drumm, drunken monkey: Fixed "all of" operator of Views entity
  filter handler.
- #2156021 by jgullstr: Fixed confirm message when disabling servers.
- #2146435 by timkang: Fixed Views paging with custom pager add-ons.
- #2150347 by drunken monkey: Added access callbacks for indexes and servers.

Search API 1.10 (2013-12-09):
-----------------------------
- #2130819 by drunken monkey, Bojhan: Added UI improvements for the "View" tabs.
- #2152327 by sirtet, miro_dietiker: Fixed typo in help text for drush sapi-c.
- #2144531 by drunken monkey: Fixed cloning of queries to clone filters, too.
- #2100671 by drunken monkey: Fixed stopwords processor to ignore missing
  stopwords.
- #2139239 by drunken monkey: Fixed highlighting for the last word of a field.
- #1925114 by azinck: Fixed Views Facet Block integration with Panels.
- #2139215 by drunken monkey: Fixed $context parameter of batch callback.
- #2143659 by khiminrm: Fixed typo in update function 7116.
- #2134509 by kscheirer, drunken monkey: Removed unused variables and
  parameters.
- #2136019 by drunken monkey: Fixed mapping callback for taxonomy term facets.
- #2128001 by drunken monkey: Fixed the logic of the "contains none of these
  words" fulltext operator.
- #2128947 by stBorchert, drunken monkey: Fixed facet handling for multiple
  searches on a page.
- #2128529 by Frando, drunken monkey: Added a way for facet query type plugins
  to pass options to the search query.
- #1551302 by drunken monkey: Fixed the server tasks system.
- #2135363 by drumm, drunken monkey: Added support for Views' use_count_query()
  method.
- #1390598 by Damien Tournoud, drunken monkey: Added the concept of query filter
  tags.
- #2135255 by dww: Fixed missing pager on first page of search results.
- #1832334 by Damien Tournoud, drunken monkey: Fixed performance issues of
  Views options filter handler for huge options lists.
- #2118589 by mxr576, drunken monkey: Added node access for comment indexes.
- #1961120 by drunken monkey: Fixed Views handling of short fulltext keywords.
- #2100231 by drunken monkey: Renamed "Workflow" tab to "Filters".
- #2100193 by drunken monkey: Turned operations in overview into D8 dropbuttons.
- #2100199 by drunken monkey: Merged index tabs for a cleaner look.
- #2115127 by drunken monkey: Fixed cron indexing logic to keep the right order.
- #1750144 by jsacksick, drunken monkey: Fixed missing Boost option for custom
  fulltext field types.
- #1956650 by drunken monkey, wwhurley: Fixed trackItemChange not checking for
  empty $item_ids.
- #2100191 by drunken monkey, Bojhan: Added an admin description to the Search
  API landing page.

Search API 1.9 (2013-10-23):
----------------------------
- #2113277 by moonray, drunken monkey: Fixed date facet count for active item.
- #2086783 by drunken monkey: Removed Views field handlers for "virtual" fields.
- #2114593 by drunken monkey: Added list of floats to test module.
- #2109247 by mmikitka, drunken monkey: Exposed the status and module
  properties to Entity API.
- #2091499 by sammys, drunken monkey: Added Views contextual filter handler for
  dates.
- #2109537 by hefox, drunken monkey: Added alter hooks for workflow plugin
  definitions.
- #2102111 by sergei_brill: Added hook_search_api_views_query_alter().
- #2110315 by drumm, drunken monkey: Added specialized Views filters for users
  and terms.
- #2111273 by drunken monkey: Fixed Javascript states for exposed filter
  operator.
- #2102353 by aaronbauman: Fixed "smaller than" to read "less than".
- #2097559 by thijsvdanker: Fixed the language of created search excerpts.
- #2096275 by andrewbelcher: Fixed calling of Views pager pre/post execute
  callbacks.
- #2093023 by maciej.zgadzaj: Added Drush commands to enable and disable
  indexes.
- #2088905 by queenvictoria, drunken monkey: Fixed handling of Views
  override_path option.
- #2083481 by drunken monkey, nickgs: Added "exclude" option for facets.
- #2084953 by Yaron Tal: Fixed issue with theme initialization.
- #2075839 by leeomara, drunken monkey: Added descriptions to field lists for
  'Aggregated Fields'.

Search API 1.8 (2013-09-01):
----------------------------
- #1414048 by drunken monkey: Fixed exception in views.inc removes all Search
  API tables.
- #1921690 by drunken monkey: Fixed stale Views cache when indexed fields
  change.
- #2077035 by maciej.zgadzaj: Fixed whitespace recognition for search keys.
- #2071229 by drunken monkey: Fixed use of core search constant.
- #2069023 by drunken monkey: Fixed reaction to disabled modules.
- #2057867 by drunken monkey: Fixed multiple values for taxonomy contextual
  filter.
- #2052701 by drunken monkey, erdos: Fixed cron queue state when disabling the
  module.
- #1878606 by drunken monkey: Fixed labels for boolean facets.
- #2053171 by drunken monkey: Improved tests.
- #1433720 by davidwbarratt, drunken monkey, JvE: Fixed handling of empty
  selection for checkboxes.
- #1414078 by drunken monkey, jaxxed: Fixed revert of exportables.
- #2011396 by drunken monkey: Fixed support for several facets on a single
  field.
- #2050117 by izus, drunken monkey: Updated README.txt to reflect removed
  sub-modules.
- #2041365 by drunken monkey: Fixed error reporting for the MLT contextual
  filter.
- #2044711 by stBorchert, drunken monkey: Fixed facet adapter's
  getCurrentSearch() method to not cache failed attempts.
- #1411712 by Krasnyj, drunken monkey: Fixed notices in Views with groups.
- #1959506 by jantoine, drunken monkey: Fixed "search id" for Views facets
  block display.
- #1902168 by rbruhn, drunken monkey, mpv: Fixed fatal error during Features
  import.
- #2040111 by arpieb: Fixed Views URL argument handler to allow multiple values.
- #1064520 by drunken monkey: Added a processor for highlighting.

Search API 1.7 (2013-07-01):
----------------------------
- #1612708 by drunken monkey: Fixed Views caching with facet blocks.
- #2024189 by drunken monkey: Improved serialization of the query class.
- #1311260 by drunken monkey: Fixed tokenizing of string fields.
- #1246998 by drunken monkey: Fixed deletion of items in read-only indexes.
- #1310970 by drunken monkey: Added improved UI help for determining which
  fields are available for sorting.
- #1886738 by chx, Jelle_S, drunken monkey: Added Role filter data alteration.
- #1837782 by drunken monkey: Fixed enabling of indexes through the Status tab.
- #1382170 by orakili, lliss, drunken monkey: Added OR filtering for Views
  option filter.
- #2012706 by drunken monkey: Fixed $reset parameter for load functions.
- #1851204 by mvc: Fixed exception when indexing book hierarchy.
- #1926030 by stella: Added field machine name to indexes' "Fields" tabs.
- #1879102 by fearlsgroove: Fixed Drush attempting to index 0 items.
- #1999858 by drunken monkey: Cleaned up API documentation for data alterations.
- #2010116 by drunken monkey: Enabled "Index items immediately" for the default
  node index.
- #2013581 by drunken monkey: Added multi-valued field to test module.
- #1288724 by brunodbo, drunken monkey, fearlsgroove: Added option for using OR
  in Views fulltext search.
- #1694832 by drunken monkey: Fixed index field settings getting stale when
  Field API field settings change.
- #1285794 by drunken monkey: Fixed "All" option in Views' exposed "Items per
  page" setting.

Search API 1.6 (2013-05-29):
----------------------------
- #1649976 by Berdir, ilari.stenroth, drunken monkey: Fixed memory error during
  crons run for large indexes.
- #1346276 by drunken monkey: Fixed Tokenizer should only run on fulltext
  fields.
- #1697246 by drunken monkey: Added 'Parse mode' option to views.
- #1993536 by drunken monkey, jpieck: Fixed handling of empty values in
  processors.
- #1992228 by drunken monkey: Fixed current search block for empty keys.
- #1696434 by orakili, ldweeks, drunken monkey: Added Views argument handler for
  all indexed taxonomy term fields.
- #1988238 by esbenvb, drunken monkey: Fixed Views result display for deleted
  entities.
- #872912 by drunken monkey: Expanded and fixed test cases.
- #1760706 by jgraham, das-peter, drunken monkey: Added a flexible way for
  determining whether an index contains entities.

Search API 1.5 (2013-05-04):
----------------------------
- #1169254 by cslavoie, drunken monkey, DYdave: Added transliteration processor.
- #1959088 by drunken monkey: Fixed titles for contextual filters.
- #1792296 by andrewbelcher, drunken monkey: Added a group for Search API hooks.
- #1407844 by nbucknor: Added "exclude" option for Views contextual filters.
- #1278942 by Simon Georges, drunken monkey: Added an option to apply
  entity_access() to Views results.
- #1819412 by drunken monkey: Added clean way for retrieving an index's data
  alterations and processors.
- #1838134 by das-peter, drunken monkey: Added hook_search_api_items_indexed().
- #1471310 by drunken monkey: Fixed handling of unset fields when indexing.
- #1944394 by drunken monkey: Added caching to SearchApiIndex::getFields().
- #1594762 by drunken monkey, alanom, esclapes: Fixed detection of deleted items
  in the Hierarchy data alteration.
- #1702604 by JvE, slucero: Added option for maximum date facet depth.

Search API 1.4 (2013-01-09):
----------------------------
- #1827272 by drunken monkey: Fixed regression introduced by #1777710.
- #1807622 by drunken monkey: Fixed definition of the default node index.
- #1818948 by das-peter: Fixed endless loop in
  search_api_index_specific_items_delayed().
- #1406808 by Haza, drunken monkey: Added support for date popup in exposed
  filters.
- #1823916 by aschiwi: Fixed batch_sise typos.

Search API 1.3 (2012-10-10):
----------------------------
- Patch by mr.baileys: Fixed "enable" function doesn't use security tokens.
- #1318904 by becw, das-peter, orakili, drunken monkey: Added improved handling
  for NULL values in Views.
- #1306008 by Damien Tournoud, drunken monkey: Fixed handling of negative
  facets.
- #1182912 by drunken monkey, sepgil: Added Rules action for indexing entities.
- #1507882 by jsacksick: Added "Exclude unpublished nodes" data alteration.
- #1225620 by drunken monkey: Added Batch API integration for the "Index now"
  functionality.
- #1777710 by dasjo: Remove dependency on $_GET['q'] for determining base paths.
- #1715238 by jsacksick: Fixed fulltext argument handler field list is broken.
- #1414138 by drunken monkey: Fixed internal static index property cache.
- #1253320 by drunken monkey, fago: Fixed improper error handling.

Search API 1.2 (2012-07-07):
----------------------------
- #1368548 by das-peter: Do not index views results by entity id.
- #1422750 by drunken monkey, sepgil: Fixed illegal modification of entity
  objects.
- #1363114 by nbucknor: Fixed inclusion of upper bound in range facets.
- #1580780 by drunken monkey: Fixed default regexps of the Tokenizer.
- #1468678 by znerol: Fixed erroneous use of Drupal multibyte wrapper functions.
- #1600986 by DamienMcKenna: Fixed dependencies of exported search servers.
- #1569874 by cpliakas: Fixed removal/adding of facets when indexed fields are
  changed.
- #1528436 by jsacksick, drunken monkey: Fixed handling of exportable entities.

Search API 1.1 (2012-05-23):
----------------------------
- Fixed escaping of error messages.
- #1330506 by drunken monkey: Removed the old Facets module.
- #1504318 by peximo: Fixed Views pager offset.
- #1141488 by moonray, drunken monkey: Added option to use multiple values with
  contextual filters.
- #1535726 by bojanz, joelpittet: Fixed arguments for
  $service->configurationFormValidate() for empty forms.
- #1400882 by mh86: Fixed "Index hierarchy" for "All parents".

Search API 1.0 (2011-12-15):
----------------------------
- #1350322 by drunken monkey: Fixed regressions introduced with cron queue
  indexing.
- #1352292 by das-peter, drunken monkey: Use Search API specific table groups in
  Views integration.
- #1351524 by das-peter: Made Views result row indexing more robust.
- #1194362 by Damien Tournoud: Fixed click sort added to non-existent Views
  fields.
- #1347150 by drunken monkey: Fixed fields access of Views facets block display.
- #1345972 by Krasnyj, drunken monkey: Added handling of large item amounts to
  trackItemInsert().
- #1324182 by dereine, drunken monkey: Fixed indexing author when node access is
  enabled.
- #1215526 by cpliakas, drunken monkey: Added support for the "Bundle" facet
  dependency plugin.
- #1337292 by drunken monkey: Fixed facet dependency system.

Search API 1.0, RC 1 (2011-11-10):
----------------------------------
API changes:
- #1260834 by drunken monkey: Added a way to define custom data types.
- #1308638 by drunken monkey: Reduce size of stored index settings.
- #1291346 by drunken monkey: Expose SearchApiQuery::preExecute() and
  postExecute().
- #955088 by dereine, drunken monkey: Provide (additional) access functionality.
- #1064884 by drunken monkey: Added support for indexing non-entities.

Others:
- #1304026 by drunken monkey: Utilize Facet API's 'include default facets' key
  in searcher definitions.
- #1231512 by drunken monkey: Use real Relationships instead of level magic in
  Views integration.
- #1260768 by drunken monkey: Move "Search pages" into its own project.
- #1260812 by drunken monkey: Move "Database search" into its own project.
- #1287602 by drunken monkey: Fixed „Index items immediately“ to delay indexing
  on insert, too.
- #1319500 by drunken monkey: Remove items after unsuccessful loads.
- #1297958 by drunken monkey: Fixed wrong facet operator used for range facets.
- #1305736 by drunken monkey: Fixed notice for unset Views group operator.
- #1263214 by drunken monkey: Fixed indexing with „Index items immediately“
  indexes old entity state.
- #1228726 by drunken monkey, mh86: Increased size of 'options' fields in
  database.
- #1295144 by katbailey: Added alter hook for Facet API search keys.
- #1294828 by drunken monkey: Fixed accidental presence of good OOP coding
  standards in Views integration.
- #1291376 by drunken monkey: Expose
  SearchApiFacetapiAdapter::getCurrentSearch().
- #1198764 by morningtime, drunken monkey: Fixed handling of Views filter
  groups.
- #1286500 by drunken monkey: Fixed „Search IDs” setting for facets not saved.
- #1278780 by dereine, drunken monkey: Fixed status field requirement for node
  access.
- #1182614 by katbailey, cpliakas, drunken monkey, thegreat, das-peter: Added
  Facet API integration.
- #1278592 by das-peter: Fixed default view mode for non-entites or entities
  without view modes.
- #1251674 by Nick_vh: Fixed handling of empty fulltext keys in Views.
- #1145306 by Nick_vh, drunken monkey: Fixed handling of multiple filters in the
  database service class.
- #1264164 by das-peter: Fixed the definition of the external data source
  controller's trackItemChange() method.
- #1262362 by drunken monkey: Fixed error handling for orphaned facets.
- #1233426 by atlea: Fixed dirty and queued items don't get removed from the
  tracking table when deleted.
- #1258240 by drunken monkey: Fixed more overlooked entity type assumptions.
- #1213698 by drunken monkey: Added a data alteration for indexing complete
  hierarchies.
- #1252208 by tedfordgif: Fixed superfluous query chars in active facet links.
- #1224564 by drunken monkey: Added user language as a filter in Views.
- #1242614 by jsacksick: Fixed division by zero in drush_search_api_status().
- #1250168 by drunken monkey: Fixed deleted items aren't removed from servers.
- #1236642 by jsacksick, drunken monkey: Fixed stale static cache of
  search_api_get_item_type_info().
- #1237348 by drunken monkey: Added a "Language control" data alteration.
- #1214846 by drunken monkey, Kender: Fixed overlong table names when DB prefix
  is used.
- #1232478 by Damien Tournoud, drunken monkey: Fixed update of field type
  settings for DB backend and index.
- #1229772 by drunken monkey: Fixed order in which items are indexed.
- #946624 by drunken monkey: Adapted to use a cron queue for indexing.
- #1217702 by Amitaibu, drunken monkey: Added documentation on facet URLs.
- #1214862 by drunken monkey: Added bundle-specific fields for related entities.
- #1204964 by klausi: Fixed default index status is not overridden on saving.
- #1191442 by drunken monkey: Fixed facets block view showing only tid.
- #1161532 by drunken monkey: Fixed discerning between delete and revert in
  hook_*_delete().

Search API 1.0, Beta 10 (2011-06-20):
-------------------------------------
API changes:
- #1068342 by drunken monkey: Added a 'fields to run on' option for processors.

Others:
- #1190086 by drunken monkey: Fixed crash in hook_entity_insert().
- #1190324 by drunken monkey: Adapted to API change in Entity API.
- #1168684 by drunken monkey: Added improved tokenizer defaults for English.
- #1163096 by drunken monkey: Fixed cached types for DB servers aren't correctly
  updated.
- #1133864 by agentrickard, awolfey, greg.1.anderson, drunken monkey: Added
  Drush integration.

Search API 1.0, Beta 9 (2011-06-06):
------------------------------------
API changes:
- #1089758 by becw, drunken monkey: Updated Views field handlers to utilize new
  features.
- #1150260 by drunken monkey: Added a way to let processors and data alterations
  decide on which indexes they can run.
- #1138992 by becw, drunken monkey: Added read-only indexes.

Others:
- #1179990 by j0rd: Fixed facet blocks don't correctly respect the "unlimited"
  setting.
- #1138650 by klausi, Amitaibu, drunken monkey: Fixed PHP strict warnings.
- #1111852 by miiimooo, drunken monkey: Added a 'More like this' feature.
- #1171360 by jbguerraz, drunken monkey: Added possibility to restrict the
  options to display in an exposed options filter.
- #1161676 by awolfey, drunken monkey: Added Stopwords processor.
- #1166514 by drunken monkey: Fixed parseKeys() to handle incomplete quoting.
- #1161966 by JoeMcGuire: Added Search API Spellcheck support for Pages.
- #1118416 by drunken monkey: Added option to index entities instantly after
  they are saved.
- #1153298 by JoeMcGuire, drunken monkey: Added option getter and setter to
  Views query handler.
- #1147466 by awolfey: Added excerpt Views field.
- #1152432 by morningtime: Fixed strict warnings in render() functions.
- #1144400 by drunken monkey: Fixed use of entity_exportable_schema_fields() in
  hook_schema().
- #1141206 by drunken monkey: Fixed "quantity" variable for Search page pager.
- #1117074 by drunken monkey: Fixed handling of overlong tokens by DB backend.
- #1124548 by drunken monkey: Fixed syntax error in search_api.admin.inc.
- #1134296 by klausi: Fixed check for NULL in SearchApiDbService->convert().
- #1123604 by drunken monkey, fago: Added generalized "aggregation" data
  alteration.
- #1129226 by drunken monkey: Fixed incorrect handling of facets deactivated for
  some search IDs.
- #1086492 by drunken monkey: Fixed inadequate warnings when using the "Facets
  block" display with wrong base table.
- #1109308 by drunken monkey : Added option to choose between display of field
  or facet name in "Current search" block.
- #1120850 by drunken monkey, fangel: Fixed type of related entities in nested
  lists.

Search API 1.0, Beta 8 (2011-04-02):
------------------------------------
API changes:
- #1012878 by drunken monkey: Added a way to index an entity directly.
- #1109130 by drunken monkey: Added better structure for Views field rendering.

Others:
- #1018384 by drunken monkey: Fixed Views field names to not contain colons.
- #1105704 by drunken monkey: Fixed exposed sorts always sort on 'top' sort.
- #1104056 by drunken monkey: Added "Current search" support for non-facet
  filters.
- #1103814 by drunken monkey: Fixed missing argument for extractFields().
- #1081084 by drunken monkey: Fixed notices in add_fulltext_field alteration.
- #1091074 by drunken monkey, ygerasimov: Added machine names to "related
  entities" list.
- #1066278 by ygerasimov, drunken monkey: Removed
  search_api_facets_by_block_status().
- #1081666 by danielnolde: Fixed PHP notices when property labels are missing.

Search API 1.0, Beta 7 (2011-03-08):
------------------------------------
- #1083828 by drunken monkey: Added documentation on indexing custom data.
- #1081244 by drunken monkey: Fixed debug line still contained in DB backend.

Search API 1.0, Beta 6 (2011-03-04):
------------------------------------
API changes:
- #1075810 by drunken monkey: Added API function for marking entities as dirty.
- #1043456 by drunken monkey: Added form validation/submission for plugins.
- #1048032 by drunken monkey: Added a hook for altering the indexed items.

Others:
- #1068334 by drunken monkey: Added a data alteration for indexing the viewed
  entity.
- #1080376 by drunken monkey: Fixed "Current search" block field names.
- #1076170 by drunken monkey: Added a Views display plugin for facet blocks.
- #1064518 by drunken monkey: Added support for entity-based Views handlers.
- #1080004 by drunken monkey: Fixed confusing "Current search" block layout.
- #1071894 by drunken monkey: Fixed incorrect handling of boolean facets.
- #1078590 by fago: Added check to skip default index creation when installed
  via installation profile.
- #1018366 by drunken monkey: Added option to hide active facet links.
- #1058410 by drunken monkey: Added overhauled display of search results.
- #1013632 by drunken monkey: Added facet support for the database backend.
- #1069184: "Current search" block passes query parameters wrongly.
- #1038016 by fago: Error upon indexing inaccessible list properties.
- #1005532: Adaption to Entity API change (new optionsList() parameter).
- #1057224 by TimLeytens: Problem with entity_uri('file').
- #1051286: Show type/boost options only for indexed fields.
- #1049978: Provide a "More" link for facets.
- #1039250: Improve facet block titles.
- #1043492: Problems with default (exported) entities.
- #1037916 by fago: Updates must not call API functions.
- #1032708 by larskleiner: Notice: Undefined variable: blocks.
- #1032404 by larskleiner: Notice: Undefined index: fields.
- #1032032 by pillarsdotnet: search_api_enable() aborts with a database error
  on install.
- #1026496: status doesn't get set properly when creating entities.
- #1027992 by TimLeytens: Filter indexed items based on bundle.
- #1024194 by TimLeytens: Provide a search block for each page.
- #1028042: Change {search_api_item}.index_id back to an INT.
- #1021664: Paged views results empty when adding facet.
- #872912: Write tests.
- #1013018: Make the "Fulltext field" data alteration more useful.
- #1024514: Error when preprocessing muli-valued fulltext fields.
- #1020372: CSS classes for facets.

Search API 1.0, Beta 5 (2011-01-05):
------------------------------------
API changes:
- #917998: Enhance data alterations by making them objects.
- #991632: Incorporate newly available entity hooks.
- #963062: Make facets exportable.

Others:
- #1018544: includes/entity.inc mentioned in a few places.
- #1011458: Move entity and processor classes into individual files.
- #1012478: HTML in node bodies is escaped in Views.
- #1014548: Add newly required database fields for entities.
- #915174: Remove unnecessary files[] declarations from .info files.
- #988780: Merge of entity modules.
- #997852: Service config oddities.
- #994948: "Add index" results in blank page.
- #993470: Unnecessary warning when no valid keys or filters are given.
- #986412: Notice: Undefined index: value in theme_search_api_page_result().
- #987928: EntityDBExtendable::__sleep() is gone.
- #985324: Add "Current search" block.
- #984174: Bug in Index::prepareProcessors() when processors have not been set.

Search API 1.0, Beta 4 (2010-11-29):
------------------------------------
API changes:
- #976876: Move Solr module into its own project.
- #962582: Cross-entity searches (API addition).
- #939482 by fago: Fix exportables.
- #939092: Several API changes regarding service class methods.
- #939414: Enhanced service class descriptions. [soft API change]
- #939464: Documented Entity API's module and status properties.
- #939092: Changed private members to protected in all classes.
- #936360: Make servers and indexes exportable.

Others:
- #966512: "Time ago" option for Views date fields (+bug fix for missing value).
- #965318: Lots of notices if entities are missing in Views.
- #961210: Hide error messages.
- #963756: Array to string conversion error.
- #961276: Some random bugs.
- #961122: Exportability UI fixes.
- #913858: Fix adding properties that are lists of entities.
- #961210: Don't hide error messages.
- #961122: Display configuration status when viewing entities.
- #889286: EntityAPIController::load() produces WSoD sometimes.
- #958378 by marvil07: "Clear index" is broken
- #955892: Typo in search_api_solr.install.
- #951830: "List of language IDs" context suspicious.
- #939414: Rename "data-alter callbacks" to "data alterations".
- #939460: Views integration troubles.
- #945754: Fix server and index machine name inputs.
- #943578: Duplicate fields on service creation.
- #709892: Invoke hook_entity_delete() on entity deletions.
- #939414: Set fields provided by data-alter callbacks to "indexed" by default.
- #939414: Provide a default node index upon installation.
- #939822 by fago: Support fields.
- #939442: Bad data type defaults [string for fields with options].
- #939482: Override export() to work with "magic" __get fields.
- #939442: Bad data type defaults.
- #939414: Improved descriptions for processors.
- #939414: Removed the "Call hook" data alter callback.
- #938982: Not all SearchApiQuery options are passed.
- #931066 by luke_b: HTTP timeout not set correctly.

Search API 1.0, Beta 3 (2010-09-30):
------------------------------------
- API mostly stable.
- Five contrib modules exist:
  - search_api_db
  - search_api_solr
  - search_api_page
  - search_api_views
  - search_api_facets

File

CHANGELOG.txt
View source
  1. Search API 1.x, dev (xxxx-xx-xx):
  2. ---------------------------------
  3. - #3215213 by drunken monkey: Fixed undefined index "#value" in
  4. SearchApiViewsHandlerFilterFulltext::exposed_validate().
  5. Search API 1.28 (2021-07-19):
  6. -----------------------------
  7. - #3208036 by DamienMcKenna, Taran2L, drunken monkey: Fixed PHP 8.0
  8. compatibility.
  9. - #2159827 by mh86, drunken monkey, farse: Fixed wrong search base paths in
  10. Facet API adapter.
  11. - #3154538 by isholgueras, drunken monkey: Fixed exception handling in
  12. datasource tracking methods.
  13. - #2104623 by drunken monkey: Fixed facet filters for multi-valued date fields.
  14. Search API 1.27 (2021-02-01):
  15. -----------------------------
  16. - #3178035 by mvc, drunken monkey: Fixed OR facets for non-numeric hierarchical
  17. fields.
  18. - #3132404 by janadam, klausi, drunken monkey: Fixed support for latest Date
  19. module version.
  20. - #3123171 by drunken monkey: Fixed wrong Views filter handler used for URI
  21. fields.
  22. - #3109880 by drunken monkey: Fixed unnecessary processing of disabled indexes.
  23. - #3122167 by pandaski, drunken monkey: Provided a processor for excluding
  24. private file entities from being indexed.
  25. - #3119271 by mibfire, drunken monkey: Fixed incomplete whitespace detection in
  26. HTML filter.
  27. - #3052798 by drunken monkey, smhnaji: Fixed errors on duplicate tracking of
  28. new items.
  29. - #3096993 by KarlShea, drunken monkey: Fixed Views "between" filters with only
  30. maximum value.
  31. - #3081180 by mibfire, drunken monkey: Fixed HTML filter sometimes leaving whitespace.
  32. - #3070125 by chrisclark, drunken monkey: Fixed Views "Reset" button validating
  33. minimum keywords length.
  34. - #2378945 by DamienMcKenna, drunken monkey, capysara, JPHuxley, minorOffense:
  35. Added option to keep facets when submitting Views exposed form.
  36. - #3035977 by das-peter, drunken monkey: Fixed edge case problems with "Entity
  37. HTML output" on multilingual sites.
  38. - #3056882 by drunken monkey, WalkingDexter: Fixed highlighting in some edge
  39. cases.
  40. - #3041704 by drunken monkey: Added multi-type support for entity status filter
  41. processors.
  42. - #2290019 by n3or, azinck, drunken monkey: Added support for OR operator to
  43. date facets.
  44. - #3040980 by drunken monkey: Fixed undefined index notice in Highlighting
  45. processor.
  46. Search API 1.26 (2019-03-11):
  47. -----------------------------
  48. - #2324023 by drumm, drunken monkey: Changed Views field definition for
  49. Relevance to float.
  50. - #3008849 by pamatt, drunken monkey: Fixed non-exposed numeric and date
  51. filters in Views.
  52. - #3009744 by evgeny.chernyavskiy, drunken monkey: Fixed wrong "continue" in
  53. search_api_server_tasks_check().
  54. - #3003742 by Jelle_S, drunken monkey: Fixed problems with Views date filters.
  55. - #3002043 by alonaoneill, drunken monkey: Fixed module name capitalization and
  56. dependency namespacing in .info files.
  57. - #2990940 by drunken monkey: Fixed multi-byte handling of Highlight processor.
  58. - #3001424 by drunken monkey: Fixed notice when configuring the More Like This
  59. contextual filter.
  60. Search API 1.25 (2018-09-17):
  61. -----------------------------
  62. - #2408727 by swim, drunken monkey: Added a batch operation for executing
  63. pending tasks.
  64. - #2325917 by guillaumev, drunken monkey: Added a Views cache plugin based on
  65. Views Content Cache.
  66. - #2989578 by KarlShea, drunken monkey: Fixed Views exposed form fields for
  67. "not between" operator.
  68. - #2982167 by osopolar, drunken monkey: Added a Drush command for re-indexing
  69. specific entities.
  70. - #1783746 by das-peter, sammys, SpadXIII, drunken monkey, ruloweb, KarlShea,
  71. heshanlk, Anas_maw, pinkonomy, Damien Tournoud, rudiedirkx: Added support
  72. for the "(not) between" operator.
  73. - #2408727 by drunken monkey, OliverColeman: Fixed out-of-memory errors when
  74. executing pending tasks.
  75. - Issue #2948820 by capysara, drunken monkey: Added a link to the "need to
  76. reindex" message on the Filters tab.
  77. - #2828883 by JorgenSandstrom, drunken monkey: Fixed property type for
  78. string-typed aggregated fields.
  79. - #2949899 by drunken monkey, DamienMcKenna: Added a warning against using
  80. particular processors with Solr servers to the "Workflow" tab.
  81. Search API 1.24 (2018-04-05):
  82. -----------------------------
  83. - #2958201 by jcnventura, drunken monkey: Reverted issue #2566529: Added
  84. support for the "Content access" processor for "Multiple types" indexes.
  85. Search API 1.23 (2018-03-31):
  86. -----------------------------
  87. - #2949562 by DamienMcKenna, drunken monkey: Fixed stemming of multi-word
  88. tokens.
  89. - #1903004 by AndyF, joseph.olstad, drunken monkey: Fixed errors at feature
  90. module installation in certain edge cases.
  91. - #2889989 by kevineinarsson, drunken monkey, kristofferwiklund: Fixed
  92. highlighting for text with multi-byte characters.
  93. - #1393064 by xlyz, drunken monkey, jannis: Fixed handling of empty facet
  94. filters.
  95. - #2927692 by drunken monkey, Kristi Wachter: Fixed exposed grouped Views
  96. options filters.
  97. - #2928769 by jannis, drunken monkey: Fixed Views cache not being cleared when
  98. enabling indexes.
  99. - #2566529 by Dylan Donkersgoed, drunken monkey, joachim, swirt: Added support
  100. for the "Content access" processor for "Multiple types" indexes.
  101. - #2905445 by ciss, drunken monkey: Fixed error handling in Views term filter
  102. handler.
  103. - #2904268 by pobster, drunken monkey: Added support for language hierarchy in
  104. Views.
  105. Search API 1.22 (2017-07-18):
  106. -----------------------------
  107. - #1710212 by drunken monkey: Added a data alteration for indexing a user's
  108. content.
  109. - #2879892 by blacklabel_tom, drunken monkey: Fixed link in description of
  110. "Stemmer" processor.
  111. - #2788593 by drunken monkey: Fixed error in Views query settings for specific
  112. setups.
  113. - #2749963 by drunken monkey: Fixed "Index hierarchy" not having values
  114. numerically indexed.
  115. - #2875793 by drunken monkey: Fixed buggy error handling in Views.
  116. - #2860624 by drunken monkey: Fixed problem with empty words in Views fulltext
  117. filter.
  118. - #2855447 by mparker17, drunken monkey: Added "Separator" option for
  119. aggregated fields of type "Fulltext".
  120. - #2863445 by dbjpanda, drunken monkey: Fixed phrasing in README.txt.
  121. Search API 1.21 (2017-02-23):
  122. -----------------------------
  123. - #2780341 by Berdir: Fixed passing of custom ranges to date facets.
  124. - #2765317 by JorgenSandstrom, NWOM, drunken monkey: Added a "Last" aggregation
  125. type.
  126. - #2842856 by drunken monkey: Fixed language filters for "Multiple types"
  127. indexes.
  128. - #2844990 by drunken monkey: Made the "Role filter" data alteration available
  129. for multi-type indexes.
  130. - #2837745 by drunken monkey, klausi: Fixed NULL tags on old serialized queries.
  131. - #2833482 by drunken monkey: Fixed undefined constant when uninstalling facets
  132. module.
  133. - #2840261 by alan-ps: Fixed usage of outdated hash functions.
  134. - #1670420 by kyletaylored, dorficus, drunken monkey: Fixed potential fatal
  135. error in facet adapter's getSearchKeys() method.
  136. - #2838075 by dsnopek: Fixed possible race condition in
  137. hook_system_info_alter().
  138. - #2836687 by sarthak drupal: Fixed one doc comment typo.
  139. - #2632880 by drunken monkey, donquixote: Added possibility to change indexed
  140. bundles on disabled indexes.
  141. - #2828380 by jansete: Fixed taxonomy term access tag in Views filter.
  142. - #2827717 by Fabien.Godineau, drunken monkey: Fixed disabling of search views
  143. when reverting an index.
  144. - #2822836 by prince_zyxware: Fixed some Drupal coding standards violations.
  145. - #2822145 by drunken monkey: Fixed problem with phrase search in Views
  146. fulltext filter.
  147. - #2778261 by drunken monkey, BAHbKA: Fixed "Index items immediately"
  148. functionality for unindexed items.
  149. - #2358065 by Jelle_S, graper, drunken monkey: Added the option for
  150. highlighting of partial matches to the processor.
  151. - #2779159 by mark_fullmer, drunken monkey: Added a Stemmer processor.
  152. - #2649412 by relaxnow, GoZ: Added support for minimum granularity to date
  153. facets.
  154. - #2769021 by Plazik, drunken monkey: Added the generated Search API query to
  155. the Views preview.
  156. - #2769877 by mfernea: Fixed database exception when filtering for anonymous
  157. user.
  158. Search API 1.20 (2016-07-21):
  159. -----------------------------
  160. - #2731103 by drunken monkey: Fixed the default value for the taxonomy term
  161. filter "multiple" setting.
  162. - #1818572 by morningtime, drunken monkey, lodey, guillaumev: Added pretty
  163. paths support to the Views facets block.
  164. - #2753441 by Johnny vd Laar: Fixed translated field names in
  165. language-independent cache.
  166. Search API 1.19 (2016-07-05):
  167. -----------------------------
  168. - #2724687 by StefanPr, drunken monkey: Fixed failed sanitization of NULL field
  169. values.
  170. - #2744189 by nikolabintev, drunken monkey: Fixed highlighting for single-word
  171. fields.
  172. - #2744995 by John Cook, drunken monkey: Fixed search views without pager.
  173. - #2742053 by tunic: Fixed change notification on node access records change.
  174. - #2733447 by jsacksick: Fixed translatability of our Views taxonomy term
  175. filter.
  176. - #2720465 by drunken monkey: Fixed bundle filter's handling of entity types
  177. with no bundles on multi-type indexes.
  178. - #2710893 by alan-ps, drunken monkey: Fixed creation of comment indexes when
  179. no nodes exist.
  180. - #2707039 by alan-ps: Fixed indexes of flag entities with "bundles" setting.
  181. - #2700879 by drunken monkey: Fixed breadcrumbs on index tabs.
  182. - #1889940 by cspurk, Yaron Tal: Fixed "HTML filter" processor to recognize all
  183. valid HTML tags.
  184. - #2700011 by drunken monkey: Fixed compatibility issues of facets from
  185. different indexes.
  186. - #2665970 by andrei.colesnic, drunken monkey: Added "Limit list to selected
  187. items" exposed option support for Views taxonomy term filters.
  188. - #2703675 by drunken monkey, heykarthikwithu: Fixed accidental assumption that
  189. all facets are taxonomy terms.
  190. - #2419853 by drunken monkey: Fixed HTML filter leaves escaped entities in
  191. field values sometimes.
  192. Search API 1.18 (2016-04-20):
  193. -----------------------------
  194. - Various security fixes – see https://www.drupal.org/node/2710063.
  195. - #2693425 by jojyja: Fixed a typo in search_api.info.
  196. Search API 1.17 (2016-03-14):
  197. -----------------------------
  198. - #2665586 by recrit, drunken monkey: Fixed parsing of invalid date facet
  199. filters.
  200. - #2677900 by stefan.r, drunken monkey: Added the possibility to change date
  201. facet formats.
  202. - #2678856 by stefan.r, drunken monkey: Fixed date facets showing wrong month
  203. on certain days.
  204. - #2667872 by Les Lim: Added "0" to field boost options.
  205. - #2654328 by drunken monkey, donquixote: Fixed use of "<" and ">" for open
  206. facet ranges.
  207. - #2639200 by joachim: Added sorting to "related fields" select box.
  208. - #2638740 by joachim, drunken monkey: Added a link to the index to the
  209. "re-indexing necessary" message.
  210. - #2629136 by drunken monkey, deranga: Fixed wrong facet counts in edge cases
  211. for active OR facets.
  212. - #2569461 by kraynuk.m, drunken monkey: Fixed existing table in update #7118.
  213. - #2631276 by tauno: Fixed the MLT handler for multi-entity indexes.
  214. - #2576265 by drunken monkey: Fixed view trying to search on non-fulltext field.
  215. - #2572487 by drunken monkey: Removed operator setting for date facets.
  216. - #2611714 by rakesh.gectcr, drunken monkey: Improved compliance with
  217. documentation standards.
  218. - #2613054 by temkin: Fixed the "search-api-index" Drush command to allow
  219. setting further options when indexing on all indexes.
  220. - #2611726 by Hubbs, rakesh.gectcr: Fixed several typos.
  221. - #2603500 by drunken monkey, krishna savithraj: Fixed Views fulltext searches
  222. for keyword "All".
  223. - #2529262 by kingmackenzie, stefan.r: Added an option to Views date filters to
  224. choose the format used by date popup.
  225. - #2583263 by drunken monkey: Fixed Views integration in combination with
  226. Search API ET and similar modules.
  227. - #2592231 by drunken monkey, balintcsaba: Fixed ignored item language when
  228. viewing translated items.
  229. - #2570879 by thePanz, drunken monkey: Added sorting of remembered search IDs.
  230. - #2565743 by drunken monkey: Fixed creation of comment indexes with specific
  231. bundles.
  232. - #2563793 by drunken monkey, smitty, ReBa: Fixed Views base table definition
  233. for "Multiple types" indexes.
  234. - #2567775 by joseph.olstad, drunken monkey: Fixed handling of broken HTML in
  235. the "HTML filter" processor.
  236. - #2565005 by drunken monkey: Properly escape labels of "checkboxes"/"radios"
  237. options
  238. - #2524314 by drunken monkey: Fixed bundle-setting for taxonomy term indexes.
  239. - #2550599 by ACF, drunken monkey: Fixed error on entity rebuilds.
  240. Search API 1.16 (2015-08-30):
  241. -----------------------------
  242. - #2502819: Fixed example code for hook_search_api_query_alter().
  243. - #2491175 by ptmkenny, drunken monkey: Added a data alteration for filtering
  244. out blocked users.
  245. - #1197538 by thePanz, k4v, drunken monkey, ayalon, nadavoid, timodwhit, becw,
  246. Elvar: Added support for the "Global: Random" sort in Views.
  247. - #2520934 by drunken monkey: Added an item type for indexing several types of
  248. entities in one index.
  249. - #2533096 by drunken monkey: Fixed uncaught exception when deleting a server.
  250. - #2479453 by prics, drunken monkey: Added a Drush command to
  251. list/enable/disable servers.
  252. - #2520684 by drunken monkey: Fixed "bundles" setting on indexes with "Index
  253. immediately".
  254. - #2489882 by dww: Fixed Views taxonomy filter with "is (not) empty" operator
  255. - #2447213 by drunken monkey: Fixed issues with stale field settings for MLT
  256. contextual filter.
  257. Search API 1.15 (2015-06-03):
  258. -----------------------------
  259. - #2190627 by m1n0, drunken monkey: Fixed fatal errors for views of disabled
  260. indexes.
  261. - #2448849 by cgoffin: Added "year range" option for date filters.
  262. - #2414425 by Darren Oh, drunken monkey: Fixed backend form validation when
  263. adding or editing a server.
  264. - #2450333 by drunken monkey: Added performance improvement when indexing
  265. entity references.
  266. - #2450227 by StryKaizer, drunken monkey: Fixed OR facets on taxonomy terms.
  267. - #1184610 by drunken monkey: Added option to limit indexes to specific entity
  268. bundles.
  269. - #1396222 by drunken monkey: Added a "First letter" aggregation type to the
  270. "Aggregated fields" data alteration.
  271. - #2412895 by drunken monkey: Fixed entity load for Views entity access check.
  272. - #2414367 by Darren Oh, drunken monkey: Fixed detection of missing fields in
  273. Views.
  274. - #2387161 by drunken monkey: Added a hook for altering search results.
  275. Search API 1.14 (2014-12-26):
  276. -----------------------------
  277. - #2382385 by illusionuk, drunken monkey: Fixed error handling when using
  278. invalid fulltext or sort field in Views.
  279. - #2371099 by drunken monkey: Fixed display of active "Exclude" facets.
  280. - #1861134 by Cyberwolf, jackbravo, drunken monkey: Fixed indexing on multiple
  281. indexes with Drush.
  282. - #2347367 by drunken monkey, das-peter: Fixed forgotten usages of
  283. $index->item_type.
  284. - #2359201 by drunken monkey: Added a "List" option to "Aggregated fields".
  285. - #2364247 by drunken monkey: Fixed documentation for
  286. SearchApiQueryFilterInterface::getFilters().
  287. - #2364875 by Xano: Fixed Views argument handler for fulltext fields.
  288. - #2174163 by drunken monkey: Fixed detection of field type changes by data
  289. alterations.
  290. - #2305755 by drunken monkey, pfrenssen: Fixed invalidation of the stored index
  291. fields cache.
  292. - #2334727 by Alex Bukach, drunken monkey: Fixed Views caching does not take
  293. items_per_page into account.
  294. - #1372092 by drunken monkey: Added an error message when no service class is
  295. available when creating a server.
  296. - #2305627 by drunken monkey, cpliakas: Fixed date facets not displayed when
  297. the configured granularity is larger than the calculated granularity.
  298. - #2319263 by solotandem: Added easier way to subclass entity classes.
  299. - #2278737 by drunken monkey: Fixed use of multiple Views fulltext search
  300. filters.
  301. Search API 1.13 (2014-07-23):
  302. -----------------------------
  303. - #2281535 by areynolds, nicola85: Adapted to latest changes in Views cache
  304. plugins.
  305. - #2145547 by aaronbauman: Fixed duplicated sorts (one exposed) in Views.
  306. - #2146435 by alanmackenzie: Fixed Views paging with custom pager add-ons.
  307. - #2278791 by drunken monkey | tksmd: Fixed excerpt when searching single CJK
  308. word.
  309. - #2272983 by idflood, drunken monkey: Fixed Highlighting processor for queries
  310. without returned results.
  311. - #2216345 by bacardi55, fabianderijk, drunken monkey: Fixed array to string
  312. conversion in Highlighting processor.
  313. Search API 1.12 (2014-05-23):
  314. -----------------------------
  315. - #2265349 by drunken monkey: Marked _search_api_settings_equals() as
  316. deprecated.
  317. - #2256891 by justanothermark: Fixed "0" entity labels.
  318. - #2233749 by rjacobs, drunken monkey: Added drush support to change the server
  319. used by an index.
  320. - #2219553 by drunken monkey: Fixed Views fulltext filter operators.
  321. - #2135697 by drunken monkey: Fixed handling of HTML attributes in the
  322. Highlighting processor.
  323. - #2179755 by drunken monkey, fago: Fixed whitespaces after HTML filter.
  324. - #2204847 by drunken monkey, alanmackenzie: Fixed Views caching issues with
  325. pagination.
  326. - #2198791 by drunken monkey: Fixed empty Views entity filters.
  327. - #2195469 by freakalis, drunken monkey: Added "Exclude fields" options to
  328. Highlighting processor.
  329. - #2169455 by drunken monkey: Fixed "undefined index" in
  330. search_api_update_7116().
  331. - #2219563 by drunken monkey: Added __toString() methods for queries and
  332. filters.
  333. - #1888174 by drunken monkey, ipallian: Fixed problems with date facets.
  334. - #2187487 by drunken monkey: Fixed admin summary of language filter.
  335. - #2198261 by drunken monkey: Fixed fatal error on view editing.
  336. - #2168713 by idebr: Fixed highlighting of keys containing slashes.
  337. - #2150779 by hefox: Fixed "Overridden" detection for index features.
  338. - #1227702 by drunken monkey: Improved error handling.
  339. Search API 1.11 (2013-12-25):
  340. -----------------------------
  341. - #1879196 by drunken monkey: Fixed invalid old indexes causing errors.
  342. - #2155127 by drunken monkey: Clarified the scope of the "Node access" and
  343. "Exclude unpublished nodes" data alterations.
  344. - #2155575 by drunken monkey: Fixed incorrect "Server index status" warnings.
  345. - #2159011 by idebr, drunken monkey: Fixed highlighting of keywords with PCRE
  346. special characters.
  347. - #2155721 by rjacobs, drunken monkey: Added support for Views' get_total_rows
  348. property.
  349. - #2158873 by drumm, drunken monkey: Fixed "all of" operator of Views entity
  350. filter handler.
  351. - #2156021 by jgullstr: Fixed confirm message when disabling servers.
  352. - #2146435 by timkang: Fixed Views paging with custom pager add-ons.
  353. - #2150347 by drunken monkey: Added access callbacks for indexes and servers.
  354. Search API 1.10 (2013-12-09):
  355. -----------------------------
  356. - #2130819 by drunken monkey, Bojhan: Added UI improvements for the "View" tabs.
  357. - #2152327 by sirtet, miro_dietiker: Fixed typo in help text for drush sapi-c.
  358. - #2144531 by drunken monkey: Fixed cloning of queries to clone filters, too.
  359. - #2100671 by drunken monkey: Fixed stopwords processor to ignore missing
  360. stopwords.
  361. - #2139239 by drunken monkey: Fixed highlighting for the last word of a field.
  362. - #1925114 by azinck: Fixed Views Facet Block integration with Panels.
  363. - #2139215 by drunken monkey: Fixed $context parameter of batch callback.
  364. - #2143659 by khiminrm: Fixed typo in update function 7116.
  365. - #2134509 by kscheirer, drunken monkey: Removed unused variables and
  366. parameters.
  367. - #2136019 by drunken monkey: Fixed mapping callback for taxonomy term facets.
  368. - #2128001 by drunken monkey: Fixed the logic of the "contains none of these
  369. words" fulltext operator.
  370. - #2128947 by stBorchert, drunken monkey: Fixed facet handling for multiple
  371. searches on a page.
  372. - #2128529 by Frando, drunken monkey: Added a way for facet query type plugins
  373. to pass options to the search query.
  374. - #1551302 by drunken monkey: Fixed the server tasks system.
  375. - #2135363 by drumm, drunken monkey: Added support for Views' use_count_query()
  376. method.
  377. - #1390598 by Damien Tournoud, drunken monkey: Added the concept of query filter
  378. tags.
  379. - #2135255 by dww: Fixed missing pager on first page of search results.
  380. - #1832334 by Damien Tournoud, drunken monkey: Fixed performance issues of
  381. Views options filter handler for huge options lists.
  382. - #2118589 by mxr576, drunken monkey: Added node access for comment indexes.
  383. - #1961120 by drunken monkey: Fixed Views handling of short fulltext keywords.
  384. - #2100231 by drunken monkey: Renamed "Workflow" tab to "Filters".
  385. - #2100193 by drunken monkey: Turned operations in overview into D8 dropbuttons.
  386. - #2100199 by drunken monkey: Merged index tabs for a cleaner look.
  387. - #2115127 by drunken monkey: Fixed cron indexing logic to keep the right order.
  388. - #1750144 by jsacksick, drunken monkey: Fixed missing Boost option for custom
  389. fulltext field types.
  390. - #1956650 by drunken monkey, wwhurley: Fixed trackItemChange not checking for
  391. empty $item_ids.
  392. - #2100191 by drunken monkey, Bojhan: Added an admin description to the Search
  393. API landing page.
  394. Search API 1.9 (2013-10-23):
  395. ----------------------------
  396. - #2113277 by moonray, drunken monkey: Fixed date facet count for active item.
  397. - #2086783 by drunken monkey: Removed Views field handlers for "virtual" fields.
  398. - #2114593 by drunken monkey: Added list of floats to test module.
  399. - #2109247 by mmikitka, drunken monkey: Exposed the status and module
  400. properties to Entity API.
  401. - #2091499 by sammys, drunken monkey: Added Views contextual filter handler for
  402. dates.
  403. - #2109537 by hefox, drunken monkey: Added alter hooks for workflow plugin
  404. definitions.
  405. - #2102111 by sergei_brill: Added hook_search_api_views_query_alter().
  406. - #2110315 by drumm, drunken monkey: Added specialized Views filters for users
  407. and terms.
  408. - #2111273 by drunken monkey: Fixed Javascript states for exposed filter
  409. operator.
  410. - #2102353 by aaronbauman: Fixed "smaller than" to read "less than".
  411. - #2097559 by thijsvdanker: Fixed the language of created search excerpts.
  412. - #2096275 by andrewbelcher: Fixed calling of Views pager pre/post execute
  413. callbacks.
  414. - #2093023 by maciej.zgadzaj: Added Drush commands to enable and disable
  415. indexes.
  416. - #2088905 by queenvictoria, drunken monkey: Fixed handling of Views
  417. override_path option.
  418. - #2083481 by drunken monkey, nickgs: Added "exclude" option for facets.
  419. - #2084953 by Yaron Tal: Fixed issue with theme initialization.
  420. - #2075839 by leeomara, drunken monkey: Added descriptions to field lists for
  421. 'Aggregated Fields'.
  422. Search API 1.8 (2013-09-01):
  423. ----------------------------
  424. - #1414048 by drunken monkey: Fixed exception in views.inc removes all Search
  425. API tables.
  426. - #1921690 by drunken monkey: Fixed stale Views cache when indexed fields
  427. change.
  428. - #2077035 by maciej.zgadzaj: Fixed whitespace recognition for search keys.
  429. - #2071229 by drunken monkey: Fixed use of core search constant.
  430. - #2069023 by drunken monkey: Fixed reaction to disabled modules.
  431. - #2057867 by drunken monkey: Fixed multiple values for taxonomy contextual
  432. filter.
  433. - #2052701 by drunken monkey, erdos: Fixed cron queue state when disabling the
  434. module.
  435. - #1878606 by drunken monkey: Fixed labels for boolean facets.
  436. - #2053171 by drunken monkey: Improved tests.
  437. - #1433720 by davidwbarratt, drunken monkey, JvE: Fixed handling of empty
  438. selection for checkboxes.
  439. - #1414078 by drunken monkey, jaxxed: Fixed revert of exportables.
  440. - #2011396 by drunken monkey: Fixed support for several facets on a single
  441. field.
  442. - #2050117 by izus, drunken monkey: Updated README.txt to reflect removed
  443. sub-modules.
  444. - #2041365 by drunken monkey: Fixed error reporting for the MLT contextual
  445. filter.
  446. - #2044711 by stBorchert, drunken monkey: Fixed facet adapter's
  447. getCurrentSearch() method to not cache failed attempts.
  448. - #1411712 by Krasnyj, drunken monkey: Fixed notices in Views with groups.
  449. - #1959506 by jantoine, drunken monkey: Fixed "search id" for Views facets
  450. block display.
  451. - #1902168 by rbruhn, drunken monkey, mpv: Fixed fatal error during Features
  452. import.
  453. - #2040111 by arpieb: Fixed Views URL argument handler to allow multiple values.
  454. - #1064520 by drunken monkey: Added a processor for highlighting.
  455. Search API 1.7 (2013-07-01):
  456. ----------------------------
  457. - #1612708 by drunken monkey: Fixed Views caching with facet blocks.
  458. - #2024189 by drunken monkey: Improved serialization of the query class.
  459. - #1311260 by drunken monkey: Fixed tokenizing of string fields.
  460. - #1246998 by drunken monkey: Fixed deletion of items in read-only indexes.
  461. - #1310970 by drunken monkey: Added improved UI help for determining which
  462. fields are available for sorting.
  463. - #1886738 by chx, Jelle_S, drunken monkey: Added Role filter data alteration.
  464. - #1837782 by drunken monkey: Fixed enabling of indexes through the Status tab.
  465. - #1382170 by orakili, lliss, drunken monkey: Added OR filtering for Views
  466. option filter.
  467. - #2012706 by drunken monkey: Fixed $reset parameter for load functions.
  468. - #1851204 by mvc: Fixed exception when indexing book hierarchy.
  469. - #1926030 by stella: Added field machine name to indexes' "Fields" tabs.
  470. - #1879102 by fearlsgroove: Fixed Drush attempting to index 0 items.
  471. - #1999858 by drunken monkey: Cleaned up API documentation for data alterations.
  472. - #2010116 by drunken monkey: Enabled "Index items immediately" for the default
  473. node index.
  474. - #2013581 by drunken monkey: Added multi-valued field to test module.
  475. - #1288724 by brunodbo, drunken monkey, fearlsgroove: Added option for using OR
  476. in Views fulltext search.
  477. - #1694832 by drunken monkey: Fixed index field settings getting stale when
  478. Field API field settings change.
  479. - #1285794 by drunken monkey: Fixed "All" option in Views' exposed "Items per
  480. page" setting.
  481. Search API 1.6 (2013-05-29):
  482. ----------------------------
  483. - #1649976 by Berdir, ilari.stenroth, drunken monkey: Fixed memory error during
  484. crons run for large indexes.
  485. - #1346276 by drunken monkey: Fixed Tokenizer should only run on fulltext
  486. fields.
  487. - #1697246 by drunken monkey: Added 'Parse mode' option to views.
  488. - #1993536 by drunken monkey, jpieck: Fixed handling of empty values in
  489. processors.
  490. - #1992228 by drunken monkey: Fixed current search block for empty keys.
  491. - #1696434 by orakili, ldweeks, drunken monkey: Added Views argument handler for
  492. all indexed taxonomy term fields.
  493. - #1988238 by esbenvb, drunken monkey: Fixed Views result display for deleted
  494. entities.
  495. - #872912 by drunken monkey: Expanded and fixed test cases.
  496. - #1760706 by jgraham, das-peter, drunken monkey: Added a flexible way for
  497. determining whether an index contains entities.
  498. Search API 1.5 (2013-05-04):
  499. ----------------------------
  500. - #1169254 by cslavoie, drunken monkey, DYdave: Added transliteration processor.
  501. - #1959088 by drunken monkey: Fixed titles for contextual filters.
  502. - #1792296 by andrewbelcher, drunken monkey: Added a group for Search API hooks.
  503. - #1407844 by nbucknor: Added "exclude" option for Views contextual filters.
  504. - #1278942 by Simon Georges, drunken monkey: Added an option to apply
  505. entity_access() to Views results.
  506. - #1819412 by drunken monkey: Added clean way for retrieving an index's data
  507. alterations and processors.
  508. - #1838134 by das-peter, drunken monkey: Added hook_search_api_items_indexed().
  509. - #1471310 by drunken monkey: Fixed handling of unset fields when indexing.
  510. - #1944394 by drunken monkey: Added caching to SearchApiIndex::getFields().
  511. - #1594762 by drunken monkey, alanom, esclapes: Fixed detection of deleted items
  512. in the Hierarchy data alteration.
  513. - #1702604 by JvE, slucero: Added option for maximum date facet depth.
  514. Search API 1.4 (2013-01-09):
  515. ----------------------------
  516. - #1827272 by drunken monkey: Fixed regression introduced by #1777710.
  517. - #1807622 by drunken monkey: Fixed definition of the default node index.
  518. - #1818948 by das-peter: Fixed endless loop in
  519. search_api_index_specific_items_delayed().
  520. - #1406808 by Haza, drunken monkey: Added support for date popup in exposed
  521. filters.
  522. - #1823916 by aschiwi: Fixed batch_sise typos.
  523. Search API 1.3 (2012-10-10):
  524. ----------------------------
  525. - Patch by mr.baileys: Fixed "enable" function doesn't use security tokens.
  526. - #1318904 by becw, das-peter, orakili, drunken monkey: Added improved handling
  527. for NULL values in Views.
  528. - #1306008 by Damien Tournoud, drunken monkey: Fixed handling of negative
  529. facets.
  530. - #1182912 by drunken monkey, sepgil: Added Rules action for indexing entities.
  531. - #1507882 by jsacksick: Added "Exclude unpublished nodes" data alteration.
  532. - #1225620 by drunken monkey: Added Batch API integration for the "Index now"
  533. functionality.
  534. - #1777710 by dasjo: Remove dependency on $_GET['q'] for determining base paths.
  535. - #1715238 by jsacksick: Fixed fulltext argument handler field list is broken.
  536. - #1414138 by drunken monkey: Fixed internal static index property cache.
  537. - #1253320 by drunken monkey, fago: Fixed improper error handling.
  538. Search API 1.2 (2012-07-07):
  539. ----------------------------
  540. - #1368548 by das-peter: Do not index views results by entity id.
  541. - #1422750 by drunken monkey, sepgil: Fixed illegal modification of entity
  542. objects.
  543. - #1363114 by nbucknor: Fixed inclusion of upper bound in range facets.
  544. - #1580780 by drunken monkey: Fixed default regexps of the Tokenizer.
  545. - #1468678 by znerol: Fixed erroneous use of Drupal multibyte wrapper functions.
  546. - #1600986 by DamienMcKenna: Fixed dependencies of exported search servers.
  547. - #1569874 by cpliakas: Fixed removal/adding of facets when indexed fields are
  548. changed.
  549. - #1528436 by jsacksick, drunken monkey: Fixed handling of exportable entities.
  550. Search API 1.1 (2012-05-23):
  551. ----------------------------
  552. - Fixed escaping of error messages.
  553. - #1330506 by drunken monkey: Removed the old Facets module.
  554. - #1504318 by peximo: Fixed Views pager offset.
  555. - #1141488 by moonray, drunken monkey: Added option to use multiple values with
  556. contextual filters.
  557. - #1535726 by bojanz, joelpittet: Fixed arguments for
  558. $service->configurationFormValidate() for empty forms.
  559. - #1400882 by mh86: Fixed "Index hierarchy" for "All parents".
  560. Search API 1.0 (2011-12-15):
  561. ----------------------------
  562. - #1350322 by drunken monkey: Fixed regressions introduced with cron queue
  563. indexing.
  564. - #1352292 by das-peter, drunken monkey: Use Search API specific table groups in
  565. Views integration.
  566. - #1351524 by das-peter: Made Views result row indexing more robust.
  567. - #1194362 by Damien Tournoud: Fixed click sort added to non-existent Views
  568. fields.
  569. - #1347150 by drunken monkey: Fixed fields access of Views facets block display.
  570. - #1345972 by Krasnyj, drunken monkey: Added handling of large item amounts to
  571. trackItemInsert().
  572. - #1324182 by dereine, drunken monkey: Fixed indexing author when node access is
  573. enabled.
  574. - #1215526 by cpliakas, drunken monkey: Added support for the "Bundle" facet
  575. dependency plugin.
  576. - #1337292 by drunken monkey: Fixed facet dependency system.
  577. Search API 1.0, RC 1 (2011-11-10):
  578. ----------------------------------
  579. API changes:
  580. - #1260834 by drunken monkey: Added a way to define custom data types.
  581. - #1308638 by drunken monkey: Reduce size of stored index settings.
  582. - #1291346 by drunken monkey: Expose SearchApiQuery::preExecute() and
  583. postExecute().
  584. - #955088 by dereine, drunken monkey: Provide (additional) access functionality.
  585. - #1064884 by drunken monkey: Added support for indexing non-entities.
  586. Others:
  587. - #1304026 by drunken monkey: Utilize Facet API's 'include default facets' key
  588. in searcher definitions.
  589. - #1231512 by drunken monkey: Use real Relationships instead of level magic in
  590. Views integration.
  591. - #1260768 by drunken monkey: Move "Search pages" into its own project.
  592. - #1260812 by drunken monkey: Move "Database search" into its own project.
  593. - #1287602 by drunken monkey: Fixed „Index items immediately“ to delay indexing
  594. on insert, too.
  595. - #1319500 by drunken monkey: Remove items after unsuccessful loads.
  596. - #1297958 by drunken monkey: Fixed wrong facet operator used for range facets.
  597. - #1305736 by drunken monkey: Fixed notice for unset Views group operator.
  598. - #1263214 by drunken monkey: Fixed indexing with „Index items immediately“
  599. indexes old entity state.
  600. - #1228726 by drunken monkey, mh86: Increased size of 'options' fields in
  601. database.
  602. - #1295144 by katbailey: Added alter hook for Facet API search keys.
  603. - #1294828 by drunken monkey: Fixed accidental presence of good OOP coding
  604. standards in Views integration.
  605. - #1291376 by drunken monkey: Expose
  606. SearchApiFacetapiAdapter::getCurrentSearch().
  607. - #1198764 by morningtime, drunken monkey: Fixed handling of Views filter
  608. groups.
  609. - #1286500 by drunken monkey: Fixed „Search IDs” setting for facets not saved.
  610. - #1278780 by dereine, drunken monkey: Fixed status field requirement for node
  611. access.
  612. - #1182614 by katbailey, cpliakas, drunken monkey, thegreat, das-peter: Added
  613. Facet API integration.
  614. - #1278592 by das-peter: Fixed default view mode for non-entites or entities
  615. without view modes.
  616. - #1251674 by Nick_vh: Fixed handling of empty fulltext keys in Views.
  617. - #1145306 by Nick_vh, drunken monkey: Fixed handling of multiple filters in the
  618. database service class.
  619. - #1264164 by das-peter: Fixed the definition of the external data source
  620. controller's trackItemChange() method.
  621. - #1262362 by drunken monkey: Fixed error handling for orphaned facets.
  622. - #1233426 by atlea: Fixed dirty and queued items don't get removed from the
  623. tracking table when deleted.
  624. - #1258240 by drunken monkey: Fixed more overlooked entity type assumptions.
  625. - #1213698 by drunken monkey: Added a data alteration for indexing complete
  626. hierarchies.
  627. - #1252208 by tedfordgif: Fixed superfluous query chars in active facet links.
  628. - #1224564 by drunken monkey: Added user language as a filter in Views.
  629. - #1242614 by jsacksick: Fixed division by zero in drush_search_api_status().
  630. - #1250168 by drunken monkey: Fixed deleted items aren't removed from servers.
  631. - #1236642 by jsacksick, drunken monkey: Fixed stale static cache of
  632. search_api_get_item_type_info().
  633. - #1237348 by drunken monkey: Added a "Language control" data alteration.
  634. - #1214846 by drunken monkey, Kender: Fixed overlong table names when DB prefix
  635. is used.
  636. - #1232478 by Damien Tournoud, drunken monkey: Fixed update of field type
  637. settings for DB backend and index.
  638. - #1229772 by drunken monkey: Fixed order in which items are indexed.
  639. - #946624 by drunken monkey: Adapted to use a cron queue for indexing.
  640. - #1217702 by Amitaibu, drunken monkey: Added documentation on facet URLs.
  641. - #1214862 by drunken monkey: Added bundle-specific fields for related entities.
  642. - #1204964 by klausi: Fixed default index status is not overridden on saving.
  643. - #1191442 by drunken monkey: Fixed facets block view showing only tid.
  644. - #1161532 by drunken monkey: Fixed discerning between delete and revert in
  645. hook_*_delete().
  646. Search API 1.0, Beta 10 (2011-06-20):
  647. -------------------------------------
  648. API changes:
  649. - #1068342 by drunken monkey: Added a 'fields to run on' option for processors.
  650. Others:
  651. - #1190086 by drunken monkey: Fixed crash in hook_entity_insert().
  652. - #1190324 by drunken monkey: Adapted to API change in Entity API.
  653. - #1168684 by drunken monkey: Added improved tokenizer defaults for English.
  654. - #1163096 by drunken monkey: Fixed cached types for DB servers aren't correctly
  655. updated.
  656. - #1133864 by agentrickard, awolfey, greg.1.anderson, drunken monkey: Added
  657. Drush integration.
  658. Search API 1.0, Beta 9 (2011-06-06):
  659. ------------------------------------
  660. API changes:
  661. - #1089758 by becw, drunken monkey: Updated Views field handlers to utilize new
  662. features.
  663. - #1150260 by drunken monkey: Added a way to let processors and data alterations
  664. decide on which indexes they can run.
  665. - #1138992 by becw, drunken monkey: Added read-only indexes.
  666. Others:
  667. - #1179990 by j0rd: Fixed facet blocks don't correctly respect the "unlimited"
  668. setting.
  669. - #1138650 by klausi, Amitaibu, drunken monkey: Fixed PHP strict warnings.
  670. - #1111852 by miiimooo, drunken monkey: Added a 'More like this' feature.
  671. - #1171360 by jbguerraz, drunken monkey: Added possibility to restrict the
  672. options to display in an exposed options filter.
  673. - #1161676 by awolfey, drunken monkey: Added Stopwords processor.
  674. - #1166514 by drunken monkey: Fixed parseKeys() to handle incomplete quoting.
  675. - #1161966 by JoeMcGuire: Added Search API Spellcheck support for Pages.
  676. - #1118416 by drunken monkey: Added option to index entities instantly after
  677. they are saved.
  678. - #1153298 by JoeMcGuire, drunken monkey: Added option getter and setter to
  679. Views query handler.
  680. - #1147466 by awolfey: Added excerpt Views field.
  681. - #1152432 by morningtime: Fixed strict warnings in render() functions.
  682. - #1144400 by drunken monkey: Fixed use of entity_exportable_schema_fields() in
  683. hook_schema().
  684. - #1141206 by drunken monkey: Fixed "quantity" variable for Search page pager.
  685. - #1117074 by drunken monkey: Fixed handling of overlong tokens by DB backend.
  686. - #1124548 by drunken monkey: Fixed syntax error in search_api.admin.inc.
  687. - #1134296 by klausi: Fixed check for NULL in SearchApiDbService->convert().
  688. - #1123604 by drunken monkey, fago: Added generalized "aggregation" data
  689. alteration.
  690. - #1129226 by drunken monkey: Fixed incorrect handling of facets deactivated for
  691. some search IDs.
  692. - #1086492 by drunken monkey: Fixed inadequate warnings when using the "Facets
  693. block" display with wrong base table.
  694. - #1109308 by drunken monkey : Added option to choose between display of field
  695. or facet name in "Current search" block.
  696. - #1120850 by drunken monkey, fangel: Fixed type of related entities in nested
  697. lists.
  698. Search API 1.0, Beta 8 (2011-04-02):
  699. ------------------------------------
  700. API changes:
  701. - #1012878 by drunken monkey: Added a way to index an entity directly.
  702. - #1109130 by drunken monkey: Added better structure for Views field rendering.
  703. Others:
  704. - #1018384 by drunken monkey: Fixed Views field names to not contain colons.
  705. - #1105704 by drunken monkey: Fixed exposed sorts always sort on 'top' sort.
  706. - #1104056 by drunken monkey: Added "Current search" support for non-facet
  707. filters.
  708. - #1103814 by drunken monkey: Fixed missing argument for extractFields().
  709. - #1081084 by drunken monkey: Fixed notices in add_fulltext_field alteration.
  710. - #1091074 by drunken monkey, ygerasimov: Added machine names to "related
  711. entities" list.
  712. - #1066278 by ygerasimov, drunken monkey: Removed
  713. search_api_facets_by_block_status().
  714. - #1081666 by danielnolde: Fixed PHP notices when property labels are missing.
  715. Search API 1.0, Beta 7 (2011-03-08):
  716. ------------------------------------
  717. - #1083828 by drunken monkey: Added documentation on indexing custom data.
  718. - #1081244 by drunken monkey: Fixed debug line still contained in DB backend.
  719. Search API 1.0, Beta 6 (2011-03-04):
  720. ------------------------------------
  721. API changes:
  722. - #1075810 by drunken monkey: Added API function for marking entities as dirty.
  723. - #1043456 by drunken monkey: Added form validation/submission for plugins.
  724. - #1048032 by drunken monkey: Added a hook for altering the indexed items.
  725. Others:
  726. - #1068334 by drunken monkey: Added a data alteration for indexing the viewed
  727. entity.
  728. - #1080376 by drunken monkey: Fixed "Current search" block field names.
  729. - #1076170 by drunken monkey: Added a Views display plugin for facet blocks.
  730. - #1064518 by drunken monkey: Added support for entity-based Views handlers.
  731. - #1080004 by drunken monkey: Fixed confusing "Current search" block layout.
  732. - #1071894 by drunken monkey: Fixed incorrect handling of boolean facets.
  733. - #1078590 by fago: Added check to skip default index creation when installed
  734. via installation profile.
  735. - #1018366 by drunken monkey: Added option to hide active facet links.
  736. - #1058410 by drunken monkey: Added overhauled display of search results.
  737. - #1013632 by drunken monkey: Added facet support for the database backend.
  738. - #1069184: "Current search" block passes query parameters wrongly.
  739. - #1038016 by fago: Error upon indexing inaccessible list properties.
  740. - #1005532: Adaption to Entity API change (new optionsList() parameter).
  741. - #1057224 by TimLeytens: Problem with entity_uri('file').
  742. - #1051286: Show type/boost options only for indexed fields.
  743. - #1049978: Provide a "More" link for facets.
  744. - #1039250: Improve facet block titles.
  745. - #1043492: Problems with default (exported) entities.
  746. - #1037916 by fago: Updates must not call API functions.
  747. - #1032708 by larskleiner: Notice: Undefined variable: blocks.
  748. - #1032404 by larskleiner: Notice: Undefined index: fields.
  749. - #1032032 by pillarsdotnet: search_api_enable() aborts with a database error
  750. on install.
  751. - #1026496: status doesn't get set properly when creating entities.
  752. - #1027992 by TimLeytens: Filter indexed items based on bundle.
  753. - #1024194 by TimLeytens: Provide a search block for each page.
  754. - #1028042: Change {search_api_item}.index_id back to an INT.
  755. - #1021664: Paged views results empty when adding facet.
  756. - #872912: Write tests.
  757. - #1013018: Make the "Fulltext field" data alteration more useful.
  758. - #1024514: Error when preprocessing muli-valued fulltext fields.
  759. - #1020372: CSS classes for facets.
  760. Search API 1.0, Beta 5 (2011-01-05):
  761. ------------------------------------
  762. API changes:
  763. - #917998: Enhance data alterations by making them objects.
  764. - #991632: Incorporate newly available entity hooks.
  765. - #963062: Make facets exportable.
  766. Others:
  767. - #1018544: includes/entity.inc mentioned in a few places.
  768. - #1011458: Move entity and processor classes into individual files.
  769. - #1012478: HTML in node bodies is escaped in Views.
  770. - #1014548: Add newly required database fields for entities.
  771. - #915174: Remove unnecessary files[] declarations from .info files.
  772. - #988780: Merge of entity modules.
  773. - #997852: Service config oddities.
  774. - #994948: "Add index" results in blank page.
  775. - #993470: Unnecessary warning when no valid keys or filters are given.
  776. - #986412: Notice: Undefined index: value in theme_search_api_page_result().
  777. - #987928: EntityDBExtendable::__sleep() is gone.
  778. - #985324: Add "Current search" block.
  779. - #984174: Bug in Index::prepareProcessors() when processors have not been set.
  780. Search API 1.0, Beta 4 (2010-11-29):
  781. ------------------------------------
  782. API changes:
  783. - #976876: Move Solr module into its own project.
  784. - #962582: Cross-entity searches (API addition).
  785. - #939482 by fago: Fix exportables.
  786. - #939092: Several API changes regarding service class methods.
  787. - #939414: Enhanced service class descriptions. [soft API change]
  788. - #939464: Documented Entity API's module and status properties.
  789. - #939092: Changed private members to protected in all classes.
  790. - #936360: Make servers and indexes exportable.
  791. Others:
  792. - #966512: "Time ago" option for Views date fields (+bug fix for missing value).
  793. - #965318: Lots of notices if entities are missing in Views.
  794. - #961210: Hide error messages.
  795. - #963756: Array to string conversion error.
  796. - #961276: Some random bugs.
  797. - #961122: Exportability UI fixes.
  798. - #913858: Fix adding properties that are lists of entities.
  799. - #961210: Don't hide error messages.
  800. - #961122: Display configuration status when viewing entities.
  801. - #889286: EntityAPIController::load() produces WSoD sometimes.
  802. - #958378 by marvil07: "Clear index" is broken
  803. - #955892: Typo in search_api_solr.install.
  804. - #951830: "List of language IDs" context suspicious.
  805. - #939414: Rename "data-alter callbacks" to "data alterations".
  806. - #939460: Views integration troubles.
  807. - #945754: Fix server and index machine name inputs.
  808. - #943578: Duplicate fields on service creation.
  809. - #709892: Invoke hook_entity_delete() on entity deletions.
  810. - #939414: Set fields provided by data-alter callbacks to "indexed" by default.
  811. - #939414: Provide a default node index upon installation.
  812. - #939822 by fago: Support fields.
  813. - #939442: Bad data type defaults [string for fields with options].
  814. - #939482: Override export() to work with "magic" __get fields.
  815. - #939442: Bad data type defaults.
  816. - #939414: Improved descriptions for processors.
  817. - #939414: Removed the "Call hook" data alter callback.
  818. - #938982: Not all SearchApiQuery options are passed.
  819. - #931066 by luke_b: HTTP timeout not set correctly.
  820. Search API 1.0, Beta 3 (2010-09-30):
  821. ------------------------------------
  822. - API mostly stable.
  823. - Five contrib modules exist:
  824. - search_api_db
  825. - search_api_solr
  826. - search_api_page
  827. - search_api_views
  828. - search_api_facets