mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 08:54:06 +01:00
Global search development
* Add text query ability * limit results to 50 * display results count
This commit is contained in:
parent
34000ad159
commit
2e17f2b4b9
3 changed files with 18 additions and 2 deletions
|
|
@ -16,7 +16,9 @@ template(name="globalSearch")
|
|||
+spinner
|
||||
else if hasResults.get
|
||||
.global-search-dueat-list-wrapper
|
||||
h1 Results
|
||||
h1
|
||||
= resultsCount.get
|
||||
| Results
|
||||
each card in results
|
||||
.global-search-card-wrapper
|
||||
a.minicard-wrapper.card-title(href=card.absoluteUrl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue