Skip to navigation
Find a combination of words in couchdb
30.08.16
words are sperated by underscore curl -X GET 'http://127.0.0.1:5984/pub_sl_code/_design/search_full/_view/sec_description?key="DOG_TAG"' function(doc) { if(doc.desc) { var words = []; doc.desc.replace(/\w+/g, function(w) { words.push(w) }); var start = 0; for(x=start;x
http://www.w3schools.com/jsref/jsref_concat_string.asp
Reply
Anonymous
Information Epoch 1740161994
Effectiveness beats efficiency.
Home
Notebook
Contact us