Make a couple tweaks to the search queryset for review requests.
Review Request #10398 — Created Feb. 4, 2019 and submitted — Latest diff uploaded
This change makes two changes to how review requests are indexed to fix
two problems encountered by users:
- Review Requests from inactive users were not included in the index.
- Discarded review requests were not included in the index. This was
frustrating when trying to find old work that was rejected.
Ran unit tests.