From 838ac7157cafe14d47e73d4dc649edfa4fba653e Mon Sep 17 00:00:00 2001 From: epugh Date: Sun, 24 Nov 2019 19:31:24 -0500 Subject: [PATCH 1/4] first cut --- app/assets/templates/views/searchResults.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/templates/views/searchResults.html b/app/assets/templates/views/searchResults.html index 9ebd0dd76..a0cb1c9ec 100644 --- a/app/assets/templates/views/searchResults.html +++ b/app/assets/templates/views/searchResults.html @@ -109,6 +109,7 @@

+ Date: Sun, 24 Nov 2019 19:41:15 -0500 Subject: [PATCH 2/4] first cut. still needs some styling help --- app/assets/templates/views/searchResults.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/templates/views/searchResults.html b/app/assets/templates/views/searchResults.html index a0cb1c9ec..9225b9751 100644 --- a/app/assets/templates/views/searchResults.html +++ b/app/assets/templates/views/searchResults.html @@ -109,7 +109,7 @@

- + Date: Wed, 8 Jan 2020 16:37:24 -0500 Subject: [PATCH 3/4] change chevron to blue --- app/assets/templates/views/searchResults.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/templates/views/searchResults.html b/app/assets/templates/views/searchResults.html index 60800b22d..b48cbe110 100644 --- a/app/assets/templates/views/searchResults.html +++ b/app/assets/templates/views/searchResults.html @@ -115,7 +115,7 @@

- + Date: Wed, 8 Jan 2020 16:40:47 -0500 Subject: [PATCH 4/4] document who contributed the issue and the fix --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23083ffe7..57e30defa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ * Show or don't show the T&C's link based on the Quepid configuration. https://github.com/o19s/quepid/pull/42 by @epugh fixes https://github.com/o19s/quepid/issues/44 by @flaxsearch. * Add Query button activates in response to query text entered. https://github.com/o19s/quepid/pull/43 by @moshebla * Prevent duplicate queries when using bulk query importer. https://github.com/o19s/quepid/pull/49 by @epugh fixes https://github.com/o19s/quepid/issues/48 -* Production oriented Docker Compose setup for Quepid is ready! Install guide at https://github.com/o19s/quepid/wiki/Installation-Guide. https://github.com/o19s/quepid/pull/36 by @epugh was based on original work in https://github.com/o19s/quepid/pull/33 by @synhershko. Thanks! +* Production oriented Docker Compose setup for Quepid is ready! Install guide at https://github.com/o19s/quepid/wiki/Installation-Guide. https://github.com/o19s/quepid/pull/36 by @epugh was based on original work in https://github.com/o19s/quepid/pull/33 by @synhershko. Thanks! +* Collapse query results well from bottom (in addition to the top) https://github.com/o19s/quepid/pull/28 by @epugh fixes https://github.com/o19s/quepid/issues/20 by @peterdm. Thanks @ychaker for reviewing PR. ## 6.0.2 - 11/26/2019 * Deprecate www.quepid.com/support in favor of linking to wiki. https://github.com/o19s/quepid/pull/18 by @epugh fixes https://github.com/o19s/quepid/issues/17