当前位置:  开发笔记 > 后端 > 正文

postgres数组字段上的ActiveAdmin过滤器

如何解决《postgres数组字段上的ActiveAdmin过滤器》经验,为你挑选了0个好方法。

我在ActiveAdmin中添加了以下过滤器.

filter :roles, as: :select, collection Model::ROLES, multiple: true

但是当我选择过滤器值来搜索角色时.它给了我以下错误

PG::InvalidTextRepresentation: ERROR:  malformed array literal: "teacher"LINE 1: ...ted" = $1 AND roles" IN('teacher
DETAIL:  Array value must start with "{" or dimension information.                                                             ^

任何的想法 ?我们如何使用AA过滤器搜索/过滤ARRAY字段?我正在使用Rails 4.2.4,ruby 2.2.2p95

推荐阅读
地之南_816
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有