From d23af6d10cd5b4832904008cf438d43714c1b0c2 Mon Sep 17 00:00:00 2001 From: Carl Johnson Date: Thu, 5 Oct 2023 09:31:07 -0400 Subject: [PATCH] search.html: make outline blue, make everyone the default --- assets/js/utils/search-people.js | 2 +- layouts/partials/search.html | 28 +++++++++++++++++++++------- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/assets/js/utils/search-people.js b/assets/js/utils/search-people.js index adc5966..534a346 100644 --- a/assets/js/utils/search-people.js +++ b/assets/js/utils/search-people.js @@ -28,7 +28,7 @@ async function debouncedSearch( export default function searchPeople() { return { - filterType: "expert", + filterType: "", filterExpertise: [], filterLocation: [], filterArea: [], diff --git a/layouts/partials/search.html b/layouts/partials/search.html index 7377dd7..21e9cae 100644 --- a/layouts/partials/search.html +++ b/layouts/partials/search.html @@ -12,7 +12,7 @@

{{ partial "combobox.html" (dict "options" (.GetPage "expertise").Pages @@ -90,21 +91,34 @@