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

@ -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);