samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

move performance data output generation to a service #282

Closed elrayle closed 4 years ago

elrayle commented 4 years ago

Search queries and term fetch requests have the option to return performance data. This applies to the linked data module. Previously that output was generated in the SearchQuery class and separately in the FindTerm class. The output generation process was moved to a service that both these classes now use.

Related work #281