User id not searchable

I registered a new user id zyra_zia.id.blockstack on November 19th.

I tried searching for it using https://core.blockstack.org/v1/search?query=zyra and I get an empty result.

I tried an exact search using https://core.blockstack.org/v1/names/zyra_zia.id and I get status:available result.

blockstack explorer doesnt give any results for it either.

I am working on a dapp that needs to look up other users. I can see that pongpat6224.id.blockstack, benstark.id.blockstack and money711.id.blockstack have used my app.

v1/search?query=pongpat and v1/search?query=benstark return valid results, but like my id ,
v1/search?query=money7 returns an empty array.

I don’t know how else to search for existing users, am I doing something wrong or is there a bug in the api?

Thank you

(sorry, I had to shorten the v1/search urls above because new users can only post 2 urls)