You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only index published PDF documents (i.e. documents not in the recycle bin). (#40)
* Only index published PDF documents. If a document is deleted it was removed from the index and rebuilding the indexing included it again.
* Simplified conditional check for completing the PerformIndexItems method.
* Refactor to avoid breaking change in PdfValueSetValidator constructor.
* Made new method private.
---------
Co-authored-by: Andy Butland <[email protected]>
varfilteredValueSet=newValueSet(valueSet.Id,valueSet.Category,valueSet.ItemType,filteredValues.ToDictionary(x =>x.Key, x =>(IEnumerable<object>)x.Value));
0 commit comments