Issue with textFilterContainsMinLength Not Working as Expected in EspoCRM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • komi-rs
    Junior Member
    • Sep 2025
    • 7

    #1

    Issue with textFilterContainsMinLength Not Working as Expected in EspoCRM

    Hi everyone,

    I’ve set the textFilterContainsMinLength value to 2 in my config.php file, hoping to allow search queries with just two characters. However, it seems that EspoCRM still doesn’t return any results when I search using only two letters.

    See attached Screenshots of my config.php settings for reference.

    Is there something I might have missed or configured incorrectly?

    Rebuild after changing the setting was performed.

    Any help or suggestions would be greatly appreciated!

    Thanks in advance
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9370

    #2
    Possibly the full text search enabled for the entity type. Use '*' wildcard, or wrap the query into double quotes for exact match search.

    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • komi-rs
      Junior Member
      • Sep 2025
      • 7

      #3
      Thanks that was the issue. I have removed the full text search.

      Comment

      Working...