more Site Settings for search configuration
This commit is contained in:
@ -11,7 +11,7 @@ namespace Oqtane.Services
|
||||
{
|
||||
string Name { get; }
|
||||
|
||||
void SaveSearchContent(SearchContent searchContent, bool autoCommit = false);
|
||||
void SaveSearchContent(SearchContent searchContent, Dictionary<string, string> siteSettings, bool autoCommit = false);
|
||||
|
||||
void DeleteSearchContent(string id);
|
||||
|
||||
|
@ -6,7 +6,7 @@ namespace Oqtane.Services
|
||||
{
|
||||
public interface ISearchService
|
||||
{
|
||||
Task SaveSearchContentAsync(List<SearchContent> searchContents);
|
||||
Task SaveSearchContentAsync(List<SearchContent> searchContents, Dictionary<string, string> siteSettings);
|
||||
|
||||
Task<SearchResults> SearchAsync(SearchQuery searchQuery);
|
||||
}
|
||||
|
Reference in New Issue
Block a user