XF 2.2 Where the search-index is produced?

Robert9

Well-known member
Licensed customer
I need to add one more field for resources to the search_index of xf.
But till now i dont find the right class where this is done.
May someone has an idea for me where to find that?
 
found it in
Search/Data/ResourceItem
public function getIndexData(Entity $entity)
 
Back
Top Bottom