Global search development

* Add translation tags
* Use translation tags for showing result count
* Add logic for selecting cards by labels
* Readd code for searching card text that was mistakenly deleted
This commit is contained in:
John R. Supplee 2021-01-13 16:52:56 +02:00
parent a647768368
commit 25dc779a73
5 changed files with 77 additions and 9 deletions

View file

@ -868,5 +868,8 @@
"board-title-not-found": "Board '%s' not found.",
"swimlane-title-not-found": "Swimlane '%s' not found.",
"list-title-not-found": "List '%s' not found.",
"user-username-not-found": "Username '%s' not found."
"user-username-not-found": "Username '%s' not found.",
"globalSearch-title": "Search All Boards",
"one-results": "One Result",
"n-results": "%s Results"
}