Search in Master/detail table

Can we have search or extended search in detail table?

Regards

There is no such feature, but you may try to use Records_Selecting server event to add a filter, e.g.

MasterTable.id IN (SELECT id from DetailTable WHERE ...)