To fix the federal jobs filter requires an ElasticSearch query that uses a nested query. The previous pull request relied on a mappings of the jobs_en index that were different from what are used in DEV (and presumably TEST and PROD).
I've added an additional XML to the test suite so the federal jobs query passes.
To fix the federal jobs filter requires an ElasticSearch query that uses a
nested
query. The previous pull request relied on a mappings of thejobs_en
index that were different from what are used in DEV (and presumably TEST and PROD).I've added an additional XML to the test suite so the federal jobs query passes.