Analysis a string and then search in Elastic Search

Hi everyone .

I have a micro service that get a string and want to search in Elastic Search.

  • I have two field in my Elastic Search :
    1- FirstName
    2- LastName

But when the user write a string for search another users may be write FirstName and LastName Continuous or write more than this two fields in search bar.

Now , I in search for Find a way for Analysis this string for find FirstName and LastName and then search query in Elastic Search.

Is there a way for this ?
Or another way or idea for this search.

Thank a lot .

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