Skip to content

Commit e5c9500

Browse files
committed
index_custom_elasticsearch_data.md: Links to PHP API Ref
1 parent 5bab11a commit e5c9500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search/extensibility/index_custom_elasticsearch_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These events are called when the index is created for the content and location d
1616

1717
You can pass the event to a subscriber which gives you access to the document that you can modify.
1818

19-
In the following example, when an index in created for a content or a location document, the event subscriber adds a `custom_field` of the type `StringField` to the index:
19+
In the following example, when an index in created for a content or a location document, the event subscriber adds a `custom_field` of the type [`StringField`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Search-FieldType-StringField.html) to the index:
2020

2121
``` php hl_lines="19 20 21"
2222
<?php

0 commit comments

Comments
 (0)