BOLT CMS - 禁用某些字段的搜索

时间:2017-04-19 08:42:04

标签: php bolt-cms

是否有可能禁用某些字段的搜索? Searchweight设置为0,用于'按钮'仍显示基于其内容的搜索结果。我的代码在contenttypes.yml:

foo:
show_in_menu: Bar
name: Foo Bar
taxonomy: [sorters]
fields:
    title:
        type: text
        group: General
    lead:
        type: textarea
        group: General
    url:
        type: text
        group: General
    button:
        type: text
        required: true
        pattern: ^.{1,15}$
        searchweight: 0
        group: Button
        label: Text on button
        postfix: Required, max 15 characters.

0 个答案:

没有答案