legiongis / hmsf-md

Arches project for the Heritage Monitoring Scouts program, maintained by Florida Public Archaeology Network
https://hms.fpan.us
1 stars 0 forks source link

124 scout report filter #244

Closed mradamcox closed 2 years ago

mradamcox commented 2 years ago

Adds a new custom search filter that shows the related Scout Reports for all resources in the current search results.

The filter works by running the existing query "early" to obtain the resource ids of all the current search results, and then checking those ids against all Scout Report "FMSF Site ID" node values. The ids of matching reports are inserted into a new ES query which is swapped out for the original one before being "returned" to Arches to be run.

Closes #124.