Skip to content

Releases: pelias/query

v11.5.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 21:47
972a09c

11.5.0 (2026-03-25)

Features

  • docs: update README header (1cf4c6c)

v11.4.0

Choose a tag to compare

@pelias-bot pelias-bot released this 19 May 21:43
76297ee

11.4.0 (2025-05-19)

Features

v11.3.0

Choose a tag to compare

@pelias-bot pelias-bot released this 22 Jan 10:07

11.3.0 (2025-01-22)

Features

  • query: improve unit number sorting for fallback.housenumber queries (355b705)

v11.2.0

Choose a tag to compare

@pelias-bot pelias-bot released this 18 Apr 14:08
28a73ba

11.2.0 (2024-04-18)

Features

v11.1.0

Choose a tag to compare

@pelias-bot pelias-bot released this 16 Apr 15:24
d4d293f

11.1.0 (2024-04-16)

Features

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

v11.0.0

Choose a tag to compare

@pelias-bot pelias-bot released this 27 Aug 15:07
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.

v10.0.0

Choose a tag to compare

@pelias-bot pelias-bot released this 23 Jun 18:26
cee0da3

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

Choose a tag to compare

@pelias-bot pelias-bot released this 24 Apr 15:40
133e7b7

9.22.0 (2020-04-24)

Features

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

v9.21.0

Choose a tag to compare

@pelias-bot pelias-bot released this 07 Nov 19:37
41d6492

9.21.0 (2019-11-07)

Features

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

v9.20.0

Choose a tag to compare

@pelias-bot pelias-bot released this 03 Oct 18:36
671404e

9.20.0 (2019-10-03)

Features

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