Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1020903 // remoteMechSearch - returns list names for full-text scored search

JavaX fragment (include)

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

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020903
Snippet name: remoteMechSearch - returns list names for full-text scored search
Eternal ID of this version: #1020903/6
Text MD5: 873cdf6dfe20f3f7a7aed1e70cbb250c
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-09 19:51:37
Source code size: 201 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 245 / 301
Version history: 5 change(s)
Referenced in: [show references]