# Search by badge and group, order by likes

**URL:** <https://meta.discourse.org/t/search-by-badge-and-group-order-by-likes/33328>\
**Category:** Announcements\
**Tags:** search, new-feature\
**Created:** [September 16, 2015, 12:02am UTC](https://meta.discourse.org/t/search-by-badge-and-group-order-by-likes/33328 "2015-09-16T00:02:06Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [September 16, 2015, 12:02am UTC](https://meta.discourse.org/t/search-by-badge-and-group-order-by-likes/33328/1 "2015-09-16T00:02:06Z")

</div>

I added 3 search predicates yesterday

`badge:"badge name"`  
`group:group_name`

and

`order:likes`

We have said, repeatedly, that we place extra weight to all requests by customers and I needed a way of find open bugs with customer participation.

This is done via:

[https://meta.discourse.org/search?q=category%3Abug%20status%3Aopen%20badge%3Acustomer](https://meta.discourse.org/search?q=category%3Abug%20status%3Aopen%20badge%3Acustomer)

`category:bug status:open badge:customer`

and

[https://meta.discourse.org/search?q=category%3Abug%20status%3Aopen%20badge%3A%22enterprise%20customer%22](https://meta.discourse.org/search?q=category%3Abug%20status%3Aopen%20badge%3A%22enterprise%20customer%22)

`category:bug status:open badge:"enterprise customer"`

This round of features also adds support for multi-word predicates like `badge:"enterprise customer"` which can be applied to any predicate.

---

<div class="post-metadata">

**Author:** ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**Post date:** [December 1, 2023, 10:37am UTC](https://meta.discourse.org/t/search-by-badge-and-group-order-by-likes/33328/5 "2023-12-01T10:37:29Z")

</div>


