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 */