mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(globalsearch): Added search_tags based filter for global search in dashboard (#5341)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Abhishek Kanojia <89402434+Abhitator216@users.noreply.github.com>
This commit is contained in:
@ -9515,11 +9515,11 @@
|
||||
"nullable": true
|
||||
},
|
||||
"search_tags": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/RedirectResponse"
|
||||
}
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Additional tags to be used for global search",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user