Home Assistant: Logbook search or filtering?

Home Assistant offers comprehensive functions for monitoring and logging status changes. The integrated Dashboard: Logbook provides detailed information on all changes, but can only be filtered to specific entities and a specific time period, but not whether a specific value is included:
HACS Logbook Card
The HACS Integration Logbook-Card is being traded as a solution:
Prerequisite: Home Assistant integrations
The "hidden_state" property can filter one or more events based on a search text; it is also possible to use wildcards:
type: custom:logbook-card
entity: sensor.openwrt_newdhcpleases
hidden_state:
- "state2hide"
- "*2*"
hidden_state: "*2*" would remove all values containing 2 from the list.
References
Conclusion
Although the HACS card loogbook-card can be used to filter certain history data, I cannot quite understand why this function has not been a fixed component of the logbook integrated in Home Assistant since the beginning?

{{percentage}} % positive
