Add basic recursive tag searching support based on the search path
This commit is contained in:
@@ -105,6 +105,7 @@ pub struct FilesRequest {
|
||||
pub path: String,
|
||||
pub tag_ids: Option<String>, // comma separated numbers
|
||||
pub tag_filter_mode: Option<FilterMode>,
|
||||
pub recursive: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Deserialize, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user