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:
Sandeep Kumar
2024-07-17 15:56:41 +05:30
committed by GitHub
parent 96edf52ca6
commit 35c9b8afe1
5 changed files with 50 additions and 8 deletions

View File

@ -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
}
}