如何为每个定义为默认值的过滤器增加10个选项。
ongr_filter_manager:
managers:
# ...
filters:
dynamic_attributes:
type: dynamic_aggregate
request_field: attributes
document_field: attributes>attributes.value
options:
name_field: attributes.name
show_zero_choices: false
这是文档配置,我需要获得所有选项,而不仅仅是10。
答案 0 :(得分:0)
添加尺寸选项:
...
options:
name_field: attributes.name
show_zero_choices: false
size: 20