Re: [w3c/manifest] short_names are too short: allow developers to specify multiple lengths? (#662)

Maybe, but I am also wary of enabling [keyword stuffing](https://en.wikipedia.org/wiki/Keyword_stuffing) on fields that are processed by search indexes but not normally seen by humans. In your example, the `name` should be "ANZ goMoney Australia" and the `short_name` should be "goMoney AU"; then typing "anz" would find it (due to the name), and typing "bank" should either a) not find it, because we don't allow keyword stuffing, or b) find it because it has "banking" in [`categories`](https://www.w3.org/TR/appmanifest/#categories-member) and the UA explicitly allows indexing of categories as well.

Either way, this doesn't seem appropriate for hidden "alternative names".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/662#issuecomment-373593733

Received on Friday, 16 March 2018 03:36:02 UTC