Skip to content

Release v4.1.0

Latest
Compare
Choose a tag to compare
@sumerjabri sumerjabri released this 19 Jun 17:06
· 23 commits to develop since this release
11689bf

@craftercms/classes

  • Update search API endpoint from /api/1/site/search/search.json to api/1/site/elasticsearch/search.

@craftercms/content

  • urlTransform, getTree, getItem, getChildren fix config argument to accept partial CrafterConfig
  • Update createQuery usage examples without SearchEngine parameter.

@craftercms/models

  • Update Endpoints interface ELASTICSEARCH property to SEARCH.

@craftercms/search

  • Remove ElasticQuery query implementation for ElasticSearch.
  • Use Query class instead of removed ElasticQuery class in createQuery function.
  • Update createQuery usage examples without SearchEngine parameter.