static L ai_expandShortenedKeys(S sKey) { // get full text(s) if (endsWith(sKey, "...")) ret uniquify(web_texts(cachedNodeIndex().get(sKey))); else ret ll(sKey); }