diff --git a/webapp/components/SearchInput/SearchInput.vue b/webapp/components/SearchInput/SearchInput.vue index 0d73485c3..8d914e328 100644 --- a/webapp/components/SearchInput/SearchInput.vue +++ b/webapp/components/SearchInput/SearchInput.vue @@ -36,30 +36,43 @@ @input.native="handleInput" @click.capture.native="isOpen = true" > - - - - {{ option.heading }} + + + + {{ option.heading }} - - - - {{ option.label | truncate(70) }} - - - - - - - {{ option.commentsCount }} - - - - {{ option.shoutedCount }} - - - - + + + + + + + {{ option.label | truncate(70) }} + + + + @{{ option.slug | truncate(70) }} + + + + + + {{ option.label | truncate(70) }} + + + + + + + {{ option.commentsCount }} + + + + {{ option.shoutedCount }} + + + + {{ option.author.name | truncate(32) }} - @@ -70,11 +83,6 @@ - - - {{ option.label | truncate(70) }} - - @@ -83,201 +91,236 @@