Merge pull request #1024 from eikek/enhance-search-mode

Enhance search mode to search in all items
This commit is contained in:
mergify[bot]
2021-08-21 13:56:43 +00:00
committed by GitHub
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
@ -5990,10 +5991,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