Create a simple web form using elasticsearch

Hi,

I'm trying to create a simple web form that have two functions

  1. Enter employees name, age and salary and then save it.
  2. Search employee by name

I'm trying to do this only using HTML, JavaScript(AJAX) and elasticsearch. Can anyone help me on this.

That's a vague question.

It would be better that you share first what you tried so far and what are the problems you are facing.

Anyway, you can read this: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/quick-start.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.