I am trying to implement the search functionality using the elasticsearch concept.
I am getting the following error:
BadRequestError(400, 'search_phase_execution_exception', 'runtime error')
I am not sure where I am doing the mistake.
My source code is located here