!752 static int maxLength = 60; answer { s = s.trim(); if (ewic(s, "Google")) { s = dropSuffixIgnoreCase("Google", s).trim(); if (s.endsWith("...")) { S query = dropSuffix("...", s); if (l(query) <= maxLength) { L data = autoComplete(query); if (nempty(data)) ret structure(data); } }} }