From bdf9928443498a4c28bfcf9f95698287150b7424 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sat, 25 Jun 2022 10:48:27 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20search=20only=20returning?= =?UTF-8?q?=20results=20in=20primary=20language?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #229 --- CHANGELOG.md | 5 +++-- layouts/partials/search.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b05f06..4ccea54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed -- Site search will now return results for all page types, including lists and taxonomies +- Search will now return results for all page types, including lists and taxonomies - Upgrade to Tailwind v3.1.4 ([#225](https://github.com/jpanther/congo/pull/225)) ### Fixed -- Search would not appear in header if main menu had no links to display +- Search link does not appear in header if main menu has no items to display +- Search only returns results in the primary language when multiple languages are available ([#229](https://github.com/jpanther/congo/issues/229)) ## [2.2.3] - 2022-06-22 diff --git a/layouts/partials/search.html b/layouts/partials/search.html index feed6f9e..841af518 100644 --- a/layouts/partials/search.html +++ b/layouts/partials/search.html @@ -1,7 +1,7 @@