Search results at /cell/search or /tissue/search are now filtering results by: ``` { name: "Sample Type", value: sampleType, resource: "project", operator: "equals", }, ``` See https://idr-testing.openmicroscopy.org/cell/search/?key=Gene%20Symbol&value=pax6&operator=equals compared with https://idr-testing.openmicroscopy.org/search/?key=Gene%20Symbol&value=pax6&operator=equals as implemented in https://github.com/IDR/idr-gallery/pull/8/commits/2997891201a658759512a9ece1d6fa55d98d0f91 However, I'd like to apply the same filter to the auto-complete terms e.g. https://idr-testing.openmicroscopy.org/searchengine/api/v1/resources/image/searchvalues/?value=pax so as to only show those from 'Cell' or 'Tissue' studies.