more Site Settings for search configuration

This commit is contained in:
sbwalker
2024-07-08 16:58:55 -04:00
parent 9d91d5a127
commit f057688e7d
5 changed files with 33 additions and 19 deletions

View File

@ -170,7 +170,7 @@ namespace Oqtane.Infrastructure
}
// save search content
await searchService.SaveSearchContentAsync(searchContents);
await searchService.SaveSearchContentAsync(searchContents, siteSettings);
log += $"Index Date: {lastIndexedOn}<br />";
log += $"Items Indexed: {searchContents.Count}<br />";