Is it possible to search richtext fields or block fields #15646
Replies: 1 comment
-
|
By default, Payload's list view search bar only searches fields that are explicitly marked as searchable. Rich text and block fields are not searchable out of the box because their content is stored as structured JSON (not plain text). Option 1: Enable search with
|
| Approach | Effort | Capabilities |
|---|---|---|
listSearchableFields |
Low | Only plain text fields |
| Computed search index | Medium | Rich text + blocks, basic text search |
| Search plugin | Higher | Full search collection, customizable |
For most cases, the computed search index field (Option 2) gives you the best balance of simplicity and power.
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using the normal UI and the search bar in the list view, is it possible to search for richtext fields or content in block fields?
Beta Was this translation helpful? Give feedback.
All reactions