search refactoring

This commit is contained in:
sbwalker
2024-06-08 16:14:56 -04:00
parent 175675ad99
commit bc0573918f
16 changed files with 183 additions and 166 deletions

View File

@ -31,9 +31,9 @@ namespace Oqtane.Models
public string AdditionalContent { get; set; }
public IList<SearchContentProperty> Properties { get; set; }
public IList<SearchContentProperty> SearchContentProperties { get; set; }
public IList<SearchContentWords> Words { get; set; }
public IList<SearchContentWord> SearchContentWords { get; set; }
public override string ToString()
{