Skip to content

v11.0.0

Compare
Choose a tag to compare
@pelias-bot pelias-bot released this 27 Aug 15:07
· 12 commits to master since this release
fa076f4

11.0.0 (2020-08-27)

Features

  • multi_match: Remove old multi_match view (ae426ae)

BREAKING CHANGES

  • multi_match: the old multi_match view is removed.

I don't remember writing it, but since
#14 in early 2016(!) we have had a
general purpose view for
multi_match
queries.

This view doesn't fit our current pattern for keeping general purpose
(i.e. corresponding to built in Elasticsearch query) views in the
view/leaf directory, and it doesn't support as much functionality as
the multi_match view @Joxit made for us in
#114 last year.

This PR removes the older view, and in the process converts the
admin_multi_match view over to using the new multi_match leaf query.

While I don't think anything in the Pelias API uses the old
multi_match query directly, this removal will require changes to the
API tests because of minor differences in the final output.