# 在搜索显示中添加点赞和浏览量

**URL:** https://meta.discourse.org/t/add-likes-and-views-to-search-display/63368
**Category:** Support
**Created:** [2017年五月25日 15:24 UTC](https://meta.discourse.org/t/add-likes-and-views-to-search-display/63368 "2017-05-25T15:24:43Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2017年五月26日 17:49 UTC](https://meta.discourse.org/t/add-likes-and-views-to-search-display/63368/6 "2017-05-26T17:49:06Z")

</div>

I believe the data is inside the posts model and there is a outlet for each result, so maybe you can get around it using this:

> [@Using Plugin Outlet Connectors from a Theme or Plugin](https://meta.discourse.org/t/adding-plugin-outlets-using-a-theme/32727):
>
> Discourse includes hundreds of Plugin Outlets which can be used to inject new content or replace existing contend in the Discourse UI. ‘Outlet arguments’ are made available so that content can be customized based on the context. Choosing an outlet To find the name of a plugin outlet, search Discourse core for “\<PluginOutlet”, or use the [plugin outlet locations](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673) theme component. (e.g. topic-above-posts). Wrapper outlets Some outlets in core look like \<PluginOutlet @name="foo" /\>. These allow you…

---

_[View the full topic](https://meta.discourse.org/t/add-likes-and-views-to-search-display/63368)._
