Files indexed by maestro include the analysis_tools property (array of strings).
We want to be able to retrieve this value through song search GQL. It should be added to the File type so it is available in the files and analyses query
We also want to be able to filter files by providing analysis_tools array and to only include files in the search results that include all provided values.
This file filter should also be applied to the analyses.files property, if possible.
Files indexed by maestro include the
analysis_tools
property (array of strings).We want to be able to retrieve this value through song search GQL. It should be added to the
File
type so it is available in thefiles
andanalyses
queryWe also want to be able to filter files by providing
analysis_tools
array and to only include files in the search results that include all provided values.This file filter should also be applied to the
analyses.files
property, if possible.