Docker registry 2.x search

Hi All,
I’m trying to create an internal private docker registry for our CI environment but we noticed an issue. I i tried to push some images into the registry and i execute a docker search on it, i can’t find the images. I tried to use the curl call to URI
"/v2/_catalog" and i can see the repository.

I noticed also on github some issue with the search function on v2 architecture. Is it correct? I can create a sort of script to provide to our developers to have the same output of docker search?

Thanks,
Marcello