'all of' search filter?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sekjal
    Junior Member
    • Jun 2021
    • 4

    'all of' search filter?

    Is it possible with EspoCRM as it is currently programmed to have an 'all of' option in addition to the 'any of' when doing a search filter? For example, I have a "Products Used" field on my Account records, and I'd like to know which Accounts are using both Product X AND Product Y.

    If this is not currently possible, where should I look to start adding this functionality? Would it be worthwhile to submit a PR back to EspoCRM with this functionality, or should it stay as a local customization?
  • yuri
    Member
    • Mar 2014
    • 8547

    #2
    All Of filter is not supported for link-multiple fields for now. I will consider in the future to implement it. In v7.0 the code for filters functionality is totally rewritten. It's in Espo\Core\Select\Where namespace.
    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

    • esforim
      Active Community Member
      • Jan 2020
      • 2206

      #3
      Do a PR if you have create a local version, who know it might get fast track into v7, or perhaps it will give yuri a general idea on what to implement it in the future.

      Posting the code might help other forum users to use or make suggestion or help with the error (if any)

      Comment

      • yuri
        Member
        • Mar 2014
        • 8547

        #4
        Done: https://github.com/espocrm/espocrm/issues/2084
        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...