Use 'key' instead of 'name' for ACF Repeaters

Currently, when there are 2 or more fields in different groups in ACF having the same ‘name’, when I search for one of the repeaters fields in the ‘Type’ field for the query loop, it only shows one.

In the image, there should appear 2 but there is only 1. I have a ‘tabs’ repeater field in 2 different groups but they both hold different children fields, however it makes sense for it to have the ‘tabs’ name, both could be used in different pages.

Is this something hard or worth to update? I see in the file ‘includes\integrations\dynamic-data\providers\provider-acf.php’ line 1406, the in_array is looking for ’ $field_type’ which I think is using this ‘{acf_FIELD_NAME}’. Could this be changed to the ‘{acf_FIELD_KEY}’?