How to search for field in custom module with Elasticsearch

Hi.

i set up successfully Elasticsearch.

I can search for names in my custom module which is derived from person, meaning i get valid results.

But it wont search in a field called “job_title”. So, i get the record not as a result when the search term is in the field job_title

How do i set this up?

Lars