Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. esClient.search({
  2. 'index': 'product',
  3. //'q': '*'+searchKeyword+'*' this is searching query
  4. 'body': {
  5. 'query': {
  6. 'prefix': {'_all': searchKeyword}
  7. }
  8. }
  9. },function(err, response){
  10. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement