Enhance search mode to search in all items

This commit is contained in:
eikek
2021-08-21 15:08:46 +02:00
parent bb8a6c054b
commit d5022f883e
7 changed files with 19 additions and 3 deletions

View File

@ -4228,6 +4228,7 @@ components:
enum:
- normal
- trashed
- all
default: normal
description: |
Specify whether the search query should apply to
@ -5978,10 +5979,12 @@ components:
searchMode:
name: searchMode
in: query
description: Whether to search in soft-deleted items only.
schema:
type: string
format: searchmode
description: |
Specify whether the search query should apply to soft-deleted
items or not.
name:
name: name
in: path