DE-INDEXIFICATION removed all tag and name indexes as found they were not being used at all for picklist queries which was why they were added
This commit is contained in:
@@ -36,6 +36,8 @@ namespace AyaNova.PickList
|
||||
//BUILD THE QUERY
|
||||
var q = PickListSqlBuilder.Build(PickList, TemplateColumnNames, autoCompleteQuery, tagSpecificQuery, includeInactive, preIds, variant);
|
||||
|
||||
log.LogInformation(q);
|
||||
|
||||
//RETURN OBJECTS
|
||||
var ret = new List<NameIdActiveItem>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user