Skip to content

Backend - GraphQL implement search count

Background

The backend legacy search API for count allows searching by one scope at a time. Each search calls count per scope for - currently 9 calls. Every new scope added to Advanced search will add a new count call.

Proposal

Create a new GraphQL API to be used to populate the count for search results. The API should handle all count requests across all scopes.

Edited by Terri Chu
OSZAR »