static LS remoteMechSearch(S query) { if (empty(query)) ret emptyList(); ret (LS) loadJSONPageWithParams("https://botcompany.de/mech/json-search", paramsPlus(muricaCredentials(), q := query)); }