You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The submission details route does a bunch of queries for different types of objects, but all with the same query term. All of the data can be retrieved in one Elasticsearch query, but Store.query is defined to return one type. Could we take advantage of polymorphism to return multiple types? Or would a new service need to be defined?
The text was updated successfully, but these errors were encountered:
The submission details route does a bunch of queries for different types of objects, but all with the same query term. All of the data can be retrieved in one Elasticsearch query, but Store.query is defined to return one type. Could we take advantage of polymorphism to return multiple types? Or would a new service need to be defined?
The text was updated successfully, but these errors were encountered: