Bar search works only with the first word on the 'Name' field ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Marc A.
    Junior Member
    • Apr 2018
    • 2

    Bar search works only with the first word on the 'Name' field ?

    http://demo.espocrm.de/advanced/?lang=fr_FR#Case
    • I try to find the records with 'run' in the name => no result
    is-that a bug ? can I change this behaviour ?

    Thanks for your help,

    MA
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello,
    no, it's not a bug.
    By default searching works in Starts with mode. To switch it in to Contains mode you need to check the box Use 'contains' operator when filtering varchar fields.... but this parameters works only if the length is not less then other parameter (textFilterContainsMinLength in config.php, by default it is 4)

    Comment

    • Marc A.
      Junior Member
      • Apr 2018
      • 2

      #3
      Thanks !

      ...and the wildcard % also does the job.
      Sorry, I didn't read enough the book.

      Comment

      Working...