Search with custom fields : only "AND" ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wtconseil
    Active Community Member
    • Apr 2015
    • 335

    Search with custom fields : only "AND" ?

    Hi
    Thanks for developing this amazing CRM product!
    I really believe in its success after what I saw.

    I'm trying to move a project to this solution.
    About Search field to navigate through Contacts, It's working fine with custom fields.
    but if i add many search criteria, i think it's only "AND" restriction (select contacts where criteria1 AND criteria2 and... criteriaX)

    Is it possible to have some complex search rules with (AND / OR) ? or do you plan to go through Lucene search syntax?
    Thanks for your feedback
  • AlexAv
    EspoCRM Team
    • May 2014
    • 124

    #2
    Hi,

    We do not plan to implement AND / OR conjunctions now.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8511

      #3
      You can create a complex internal filter (like Overdue Tasks). But it requires some programming skills.
      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

      • wtconseil
        Active Community Member
        • Apr 2015
        • 335

        #4
        Hi
        do you have an example about this complex internal filter?

        Comment

        • yuri
          Member
          • Mar 2014
          • 8511

          #5
          application/Espo/Modules/Crm/Resources/metadata/clientDefs/Task.json (see filters)
          application/Espo/Modules/Crm/SelectManagers/Task.php (see filterOverdues method)

          Don't forget to clear cache after all.

          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

          Working...