add NameStartsWith and NameLessThan filters to Person search

This commit is contained in:
dkanada
2026-04-12 12:42:49 +09:00
parent eacdc83fda
commit 22644075e7
3 changed files with 20 additions and 0 deletions

View File

@@ -42,6 +42,10 @@ namespace MediaBrowser.Controller.Entities
public string NameContains { get; set; }
public string NameStartsWith { get; set; }
public string NameLessThan { get; set; }
public User User { get; set; }
public bool? IsFavorite { get; set; }