Google Calendar: exact search (as opposed to current: matching search)

In the Google Calendar Integration I would like to set up my calendar to do an exact search as opposed to merely matching. E.g. when searching “wanted” I want to get the calendar event “wanted” and don’t get the calendar event “not wanted”.

The Google Calendar API uses the search parameter as “Free text search terms to find events that match these terms in any field, except for extended properties”. So, not possible to get an exact match there.

So, is it possible to add an option to the config to make the search exact? This would mean the Google query is still a matchings search, but the HA Google Calendar integration would then filter the exact matches.