Search by badge and group, order by likes

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

category:bug status:open badge:customer

and

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.

21 Likes