diff --git a/designsafe/apps/nco/managers/ttc_grants.py b/designsafe/apps/nco/managers/ttc_grants.py index 098316c1a5..2f0e30e004 100644 --- a/designsafe/apps/nco/managers/ttc_grants.py +++ b/designsafe/apps/nco/managers/ttc_grants.py @@ -45,6 +45,7 @@ def ttc_grants(self, params=None): {'Title': {'$regex': params['text_search'], '$options': 'i'}}, {'Abstract': {'$regex': params['text_search'], '$options': 'i'}}, {'PiName': {'$regex': params['text_search'], '$options': 'i'}}, + {'CoPiNames': {'$regex': params['text_search'], '$options': 'i'}}, ] #get the grants list diff --git a/designsafe/static/scripts/nco/components/nco-ttc-grants/nco-ttc-grants.template.html b/designsafe/static/scripts/nco/components/nco-ttc-grants/nco-ttc-grants.template.html index 88f6818a46..12f7636b60 100644 --- a/designsafe/static/scripts/nco/components/nco-ttc-grants/nco-ttc-grants.template.html +++ b/designsafe/static/scripts/nco/components/nco-ttc-grants/nco-ttc-grants.template.html @@ -36,7 +36,7 @@
@@ -82,4 +82,4 @@ View Details - + \ No newline at end of file