How to create indexer for custom table
I want to create an indexer for my custom EAV entity (for learning purposes only). I have the following tables: custom_employee_entity custom_employee_entity_datetime custom_employee_entity_decimal custom_employee_entity_int custom_employee_entity_text custom_employee_entity_varchar In the table custom_employee_entity I have column first_name and for example, in the table… Read More »How to create indexer for custom table