> It appears that Google search uses the following syntax for conversions between different units or currencies: target_unit! <expression> (Though I can't find any documentation for this).
I've always been baffled by why Google search — the flagship product by the world's largest tech company — has so many totally undocumented features.
I understand having some easter eggs (the question "did you mean 'recursion'?" when googling "recursion" ), but even the sort of basic features noted in TFA seem totally undocumented.
> I've always been baffled by why Google search — the flagship product by the world's largest tech company — has so many totally undocumented features.
If I can speculate on their overall behavior, there's no intent behind this. They are relatively decentralized, and everyone is throwing stuff at the wall and seeing what sticks.
To have a feature known you need concerted effort by design teams to make it accessible, marketing to make it known and so on. There's nothing of the sort with Google.
First -- I think the person you quoted is just wrong, it's not a feature at all.
Google "cm! 5 inches" or "cm 5 inches", or even "5 inches to cm" or "5 inches cm" and you get exactly the same result in all cases. The exclamation point isn't a feature, it's irrelevant.
But to answer your question more broadly: basic search syntax is documented here [1]. But then everything else -- like calculator or conversion functionality or snippets -- just falls under the broader umbrella of Google trying to give you answers directly whenever possible, rather than just links. And that isn't documented, first, because it's changing/improving constantly, and second, there's just too many custom features like that for any consumer to ever keep track of, so what would even be the point?
> Google "cm! 5 inches" or "cm 5 inches", or even "5 inches to cm" or "5 inches cm" and you get exactly the same result in all cases. The exclamation point isn't a feature, it's irrelevant.
That appears to be correct, and I added a comment to the quoted answer to that effect. Thanks!
> that isn't documented, first, because it's changing/improving constantly, and second, there's just too many custom features like that for any consumer to ever keep track of, so what would even be the point?
Same point as any documentation, to make information about features and changes available to the people who DO want it.
A tiny feature like this can be added by a single engineer in a few hours/days. They will require 1 or 2 other team mates to code review.
Adding public documentation of that feature will require translation into all supported languages, which will incur a cost, and sign off of those costs will require approval from a whole slew of higher up and other-team people. It will probably involve processes and systems the engineer has never used before. Translations are often batched (so that a single human does all the translations to avoid inconsistency of terminology), so it might be months till the next batch is done. The copy will need to be reviewed and rewritten by various technical writers.
Suddenly the 'spend a few hours adding a tiny little feature' becomes a week or two...
I think they have no bearing on the quality of the actual product. If anything they are Easter eggs that promote discussions like this one which is free marketing in itself.
I also think that documentation implies long-term support, and a commitment not to change the expected behavior. Any time you document something, you are telling people that this is not only the way that the software works now, but also the way that you intend it to work in the future. That established intent seems anathema to Google's culture, with the amount of churn and project cancellation that exists.
I've always been baffled by why Google search — the flagship product by the world's largest tech company — has so many totally undocumented features.
I understand having some easter eggs (the question "did you mean 'recursion'?" when googling "recursion" ), but even the sort of basic features noted in TFA seem totally undocumented.