Backend - Zoekt GraphQL implement include archived filter
Background
The legacy Zoekt search API supports include_archived param, but the new GraphQL API does not support the param
Proposal
Support sending include_archived param for the Zoekt GraphQL API
Zoekt filters are passed down in the zoekt_filters method for global in Search::ZoektSearchable, group in EE:Search::GroupService, and project service in EE::Search::ProjectService.
Note: that the param is set to true for project searches, as those should always include archived
Edited by Terri Chu