add search reindex capability
This commit is contained in:
@ -33,10 +33,11 @@ namespace Oqtane.Models
|
||||
|
||||
public DateTime CreatedOn { get; set; }
|
||||
|
||||
public int Count { get; set; } // only populated for queries
|
||||
|
||||
public List<SearchContentProperty> SearchContentProperties { get; set; } // only used during updates
|
||||
|
||||
[NotMapped]
|
||||
public int Count { get; set; } // only populated for queries
|
||||
|
||||
[NotMapped]
|
||||
public bool IsDeleted { get; set; } // only used during updates
|
||||
|
||||
|
Reference in New Issue
Block a user