From c1352c5cc4524ef324c495017f8aa53983fd98a3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 19 Sep 2018 17:39:41 +0000 Subject: [PATCH] --- .vscode/launch.json | 3 ++- server/AyaNova/biz/Search.cs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b5ea129e..1825a650 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,7 +32,8 @@ "env": { "ASPNETCORE_ENVIRONMENT": "Development", "AYANOVA_LOG_LEVEL": "Info", - "AYANOVA_DEFAULT_LANGUAGE": "de", + "AYANOVA_DEFAULT_LANGUAGE": "en", + //LOCALE MUST BE en for Integration TESTING //"AYANOVA_PERMANENTLY_ERASE_DATABASE": "true", "AYANOVA_DB_CONNECTION":"Server=localhost;Username=postgres;Password=raven;Database=AyaNova;", "AYANOVA_USE_URLS": "http://*:7575;", diff --git a/server/AyaNova/biz/Search.cs b/server/AyaNova/biz/Search.cs index 7d632e88..8b6d2e02 100644 --- a/server/AyaNova/biz/Search.cs +++ b/server/AyaNova/biz/Search.cs @@ -21,7 +21,8 @@ namespace AyaNova.Biz /* ISSUES: I'm seeing stopwords in the database searchdictionary "the" that shouldn't be there in the first place - ObjectID and type are empty in searchkeys + - Due to locale being german for manager test account creating crud widget + FIXED?: ObjectID and type are empty in searchkeys */