From 241e026a3665196033dc644f3fc63bfba6af681b Mon Sep 17 00:00:00 2001 From: CaroFG Date: Wed, 30 Dec 2020 15:35:43 +0100 Subject: [PATCH] Put Artist first of the searchableAttributes list --- setup/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup.js b/setup/setup.js index 26c4711..c9e4a5e 100644 --- a/setup/setup.js +++ b/setup/setup.js @@ -5,8 +5,8 @@ require('dotenv').config() const settings = { distinctAttribute: null, searchableAttributes: [ - 'Title', 'Artist', + 'Title', 'ArtistBio', 'Nationality', 'Gender',