diff --git a/schema/pgTextSearchConfiguration.cpp b/schema/pgTextSearchConfiguration.cpp index bbe3109..4c9d731 100644 --- a/schema/pgTextSearchConfiguration.cpp +++ b/schema/pgTextSearchConfiguration.cpp @@ -240,6 +240,10 @@ pgObject *pgTextSearchConfigurationFactory::CreateObjects(pgCollection *collecti maps->MoveNext(); } + if (tokenToAdd.Length() > 0 ) + { + config->GetTokens().Add(tokenToAdd); + } delete maps; }