From c264071cdb298ab054278dc702d631c62e01badd Mon Sep 17 00:00:00 2001 From: efarooqui Date: Mon, 7 Sep 2020 16:28:19 -0700 Subject: [PATCH] Setting USE_ASSOC_DESC to fals --- example.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.config.js b/example.config.js index 168e4ec..30ca530 100644 --- a/example.config.js +++ b/example.config.js @@ -25,10 +25,10 @@ module.exports = { features: { USE_CATEGORIES: true, USE_NARRATIVES: true, - FILTERS_AS_NARRATIVES: false, + FILTERS_AS_NARRATIVES: true, CATEGORIES_AS_FILTERS: true, USE_ASSOCIATIONS: true, - USE_ASSOCIATION_DESCRIPTIONS: true, + USE_ASSOCIATION_DESCRIPTIONS: false, USE_SOURCES: true, USE_COVER: true, USE_SEARCH: false,