Skip to content

Releases: pelias/query

v11.2.0

18 Apr 14:08
28a73ba
Compare
Choose a tag to compare

11.2.0 (2024-04-18)

Features

v11.1.0

16 Apr 15:24
d4d293f
Compare
Choose a tag to compare

11.1.0 (2024-04-16)

Features

  • structured: use both parent.postalcode & address_parts.zip for postalcode subqueries. (0c510a3)

v11.0.0

27 Aug 15:07
fa076f4
Compare
Choose a tag to compare

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.

v10.0.0

23 Jun 18:26
cee0da3
Compare
Choose a tag to compare

10.0.0 (2020-06-23)

Features

  • allow specifying analyzer for address_parts.street (cb818e6)

BREAKING CHANGES

  • This allows us to change the query-time analyzer for
    the address_parts.street field within the API.

While this PR by itself should not change any behavior of the Pelias
API, it will change queries enough to break our test fixtures. Making
this a breaking change allows us to update cleanly.

v9.22.0

24 Apr 15:40
133e7b7
Compare
Choose a tag to compare

9.22.0 (2020-04-24)

Features

  • Node.js: Drop support for Node.js 8 (3ae4e49)

v9.21.0

07 Nov 19:37
41d6492
Compare
Choose a tag to compare

9.21.0 (2019-11-07)

Features

  • multi_match: add multi_match leaf query function (19999cf)

v9.20.0

03 Oct 18:36
671404e
Compare
Choose a tag to compare

9.20.0 (2019-10-03)

Features

  • fallback queries: Support slop parameter on street queries (fa81aa2)

v9.19.1

03 Oct 17:38
629307c
Compare
Choose a tag to compare

9.19.1 (2019-10-03)

Bug Fixes

  • lib: Ensure match and match_phrase handle empty Variables (dc8ac05)

v9.19.0

03 Oct 17:30
4d0298f
Compare
Choose a tag to compare

9.19.0 (2019-10-03)

Features

  • match_phrase: Use match_phrase lib (ab79804)

v9.18.0

11 Sep 17:54
7c70ae0
Compare
Choose a tag to compare

9.18.0 (2019-09-11)

Features

  • leaf: Add match leaf query function (e632a5d)
  • lib: Move terms function to proper place (b6748c8)
  • match_phrase: Add match_phrase leaf query function (955fc71)
  • terms: Allow extra parameters including boost (bf0c689)
  • terms: Simplify terms query generation (89d45cb)
  • view: Add generic match leaf view (b650df8)
  • view: Add match_all leaf query view (05d7c93)
  • view: Add match_phrase leaf view (dafca97)