I registered my ID and I wanted to check if it had been registered.
If I put in http://www.onename.com/eroche I am there but there is a search box on the top left which doesnt seem to find my name. I also tried searching for timblee and I cant find it either but I do see it if I put in http://www.onename.com/timblee.
Is it possible there is an issue with search indexing on the site. larry posted this in the slack forum in response to my question
I can confirm that one the earlier index refresh got stuck and the data is a bit stale. I could fix this on the current server (it’s faster) but we’re moving our servers to a different account/provider for cost reasons. So I’m switching the server (booting/deploying a new one). It’d take a bit longer but is a better fix. I’ll update on progress over the weekend.
I looked more into and debugged the issue. Reporting my finding.
The main issue is that the search service is fetching data correctly from the (now old) DHT deployment but it’s not setup properly with the new Atlas network. Re-implementing and/or fixing the current code is redundant work because search (which was a separate daemon and repository earlier) has been merged with Blockstack Core.
Blockstack Core already has a mechanism for syncing with the Atlas network and fetching zonefile data locally. So with this merge, the search service can get this data locally (it’s already on disk). I plan to work on it this week.
In summary, my debugging pointed to issues that are better solved in the new release of Blockstack Core that includes search. I’ll keep the old search service up and push some manual fixes to get more recent profiles indexed in search. I plan to work on finishing the patch on the new release soon and then we’ll replace out the old search service. This forum post and Github issues are a good place to follow progress.
We’re doing a planned upgrade of search. You can follow progress here
When this goes live, we’ll switch from the old search deployment (search.onename.com) to a new deployment (search.blockstack.org) and will also give users easy to install instructions if they want to deploy your own search server.