Announcement

Collapse
No announcement yet.

the global search automatically for fields in the description of a document?

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

  • the global search automatically for fields in the description of a document?

    Hello!

    How do I search for the global search automatically for fields in the description of a document? Today it only searches the file name. Already in fuiz:

    Administration> Manage Layout> Search Filters

    I tried with description enabled, disabled, there was no way. Could someone give me a hint? Where could change this in code?

    Thank you

  • #2
    application/Espo/Modules/Crm/Resources/metadata/entityDefs/Document.json


    "collection": {
    "sortBy": "createdAt",
    "textFilterFields": ["name", "description"],
    "asc": false

    }

    Comment


    • #3
      Did it make a trick? Maybe you need to use wikdcard % to find something? "New%" will find "New York"

      Comment

      Working...
      X