Filter by Array-Field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Philipp
    Junior Member
    • Aug 2014
    • 20

    Filter by Array-Field

    Hi,

    I created a new array-field for contacts called "tags" with 5 topics to select from.
    Now I have the requirement to filter the contact list by these 5 topic tags (disjunction).
    When will this be possible?

    kind regards,
    Philipp
  • yuri
    Member
    • Mar 2014
    • 8797

    #2
    Hi

    Array field is not good for filtering because values not stored as records in db. Not sure if we will implement this.
    Last edited by yuri; 08-28-2014, 02:48 PM.
    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

    • alasdaircr
      Active Community Member
      • Aug 2014
      • 525

      #3
      If you know there's only 5 topics, why not use an Enum, which you can filter on?

      Comment

      Working...