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