remove List from method name to conform to Oqtane naming conventions

This commit is contained in:
sbwalker
2024-06-10 16:17:05 -04:00
parent af6af190cc
commit 3508ae1e0a
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ namespace Oqtane.Managers.Search
try
{
var moduleSearch = (ISearchable)ActivatorUtilities.CreateInstance(_serviceProvider, type);
var contentList = moduleSearch.GetSearchContentList(module, startTime.GetValueOrDefault(DateTime.MinValue));
var contentList = moduleSearch.GetSearchContent(module, startTime.GetValueOrDefault(DateTime.MinValue));
if(contentList != null)
{
foreach(var searchContent in contentList)