You need to add fields manually. Metadata path: entityDefs.{ENTITY_NAME}.collection.textFilterFiel ds
It's a array of fields.
Add custom/Espo/Cusom/Resources/metadata/entitiDefs/ENTITY_NAME.json
When you will search you will need to add % to the beginning if you need to search not from the start.
It's a array of fields.
Add custom/Espo/Cusom/Resources/metadata/entitiDefs/ENTITY_NAME.json
PHP Code:
{
"collection": {
"textFilterFields": ["name", "description"]
}
}
Comment