Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カスタム フィールド エントリを検索可能に設定するには、チャネル フィールド マネージャに移動して手動で設定する必要があります。すべてのフィールドを検索可能に設定する方法はありますか? SQLクエリ?または何か?
それは非常に不必要に聞こえます。ただし、やりたい場合は、exp_channel_fields で基本的な更新クエリを実行できます。
UPDATE `exp_channel_fields` SET `field_search` = "y"
私はこれをテストしていません...しかし、基本的なフィールドについては、カバーする必要があります。