Dont clobber search term when folder strucutre changes

folders
Rick Carlino 2019-12-06 10:09:29 -06:00
parent 2e1ce7d3fa
commit 4f0373a3a2
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ export const reindexFolders = (i: ResourceIndex) => {
i.sequenceFolders = {
folders: ingest({ folders, localMetaAttributes }),
localMetaAttributes
localMetaAttributes,
searchTerm: i.sequenceFolders.searchTerm
};
};