Search filter for Array field types

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    #1

    Search filter for Array field types

    Hi, how feasible would it be to add support for filtering based on the array field type?

    Before I look into the code is their an approach you'd recommend / problems which have stopped you supporting it until now?
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9639

    #2
    Hi

    It's stored as a stringified list ['value 1', 'value 2']

    Comment

    Working...