reorg tag stuff

This commit is contained in:
2020-05-16 19:55:43 +00:00
parent 69be6961ec
commit ba07b03893
23 changed files with 562 additions and 398 deletions

View File

@@ -553,7 +553,7 @@ code from picklist in case I decide to do it later
//sounds like it might fuck up when using other languages so...
StringBuilder sbTags = new StringBuilder();
sbTags.Append("@> array[");
List<string> normalizedTags = TagUtil.NormalizeTags(sTags);
List<string> normalizedTags = TagBiz.NormalizeTags(sTags);
foreach (string s in normalizedTags)
{