search optimizations

This commit is contained in:
sbwalker
2024-07-17 13:57:47 -04:00
parent ada8809ec0
commit 71e472f330
9 changed files with 52 additions and 86 deletions

View File

@ -12,7 +12,9 @@ namespace Oqtane.Models
public string Keywords { get; set; }
public List<string> EntityNames { get; set; } = new List<string>();
public string IncludeEntities { get; set; } = ""; // comma delimited entities to include
public string ExcludeEntities { get; set; } = ""; // comma delimited entities to exclude
public DateTime From { get; set; }