I recently came across the need for search_api_location integration on a project, I wonder if there could be an event dispatched in
applyFiltersToQuery()
, or for that matter,applySortingToQuery()
as well, so that the filters and sorts can be altered in event subscribers, and customizations like this could be more easily added. It might be out of scope for this issue, and I can create another issue if it seems warranted.Created β¨ Dispatch events when processing resource request that allows filters and sorting to be altered Needs work to dispatch events mentioned in #6 and put up MR (needs tests, though).