Announcement

Collapse
No announcement yet.

Global search does not search everything

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    A bit late, but after changing the relevant file in application/Espo/Modules/Crm/Resources/metadata/entityDefs/account.json

    to

    "collection": {
    "sortBy": "name",
    "asc": true,
    "textFilterFields": ["name", "emailAddress", "phoneNumber", "sicCode"]
    },

    and clearing the cache it is not possible to find a phonenumber or siccode? What am I doing wrong?

    Comment


    • #17
      So... after clearing cache and testing it does not work. I go outside to drink some coffee and... It does

      Comment

      Working...
      X