We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedfe72 commit 4952cffCopy full SHA for 4952cff
1 file changed
README.md
@@ -52,6 +52,13 @@ SilverStripe\Forager\Service\IndexConfiguration:
52
53
### File attachments for content extraction
54
55
+Firstly, you will need to set this environment variable. This will apply an extension to the `File` class, and allow
56
+you to use the `_attachment` field (detailed below).
57
+
58
+```yaml
59
+SEARCH_INDEX_FILES=1
60
+```
61
62
Silverstripe Search supports content extraction for many different file types. These can be attached to your Documents
63
using an `_attachment` field of type `binary`.
64
0 commit comments