Actions
Feature #99033
closedAdd event to disallow tables from backend search
Start date:
2022-11-09
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The backend search provides a DatabaseRecordProvider
and a PageRecordProvider
. The latter one searches the pages
table and to avoid duplicated results, the table is disallowed in DatabaseRecordProvider
.
It would make sense to have an event to add more tables to a deny list that is used in DatabaseRecordProvider
.
Actions