Skip to content

Commit d756d36

Browse files
Gary ConroyGary Conroy
authored andcommitted
Record extractor tweak
1 parent 326574e commit d756d36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specs/crawler/common/schemas/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ Action:
6767
recordExtractor:
6868
title: recordExtractor
6969
type: object
70-
description: Function for extracting information from a crawled page and transforming it into Algolia records for indexing.
70+
description: |
71+
Function for extracting information from a crawled page and transforming it into Algolia records for indexing.
72+
The Crawler has an [editor](https://www.algolia.com/doc/tools/crawler/getting-started/crawler-configuration/#the-editor) with autocomplete and validation to help you update the `recordExtractor` property.
73+
74+
For details, consult the [`recordExtractor` documentation](https://www.algolia.com/doc/tools/crawler/apis/configuration/actions/#parameter-param-recordextractor).
7175
properties:
7276
__type:
7377
$ref: '#/configurationRecordExtractorType'
7478
source:
7579
type: string
7680
description: |
7781
A JavaScript function (as a string) that returns one or more Algolia records for each crawled page.
78-
79-
For details, consult the [`recordExtractor` documentation](https://www.algolia.com/doc/tools/crawler/apis/configuration/actions/#parameter-param-recordextractor).
80-
81-
The Crawler has an [editor](https://www.algolia.com/doc/tools/crawler/getting-started/crawler-configuration/#the-editor) with autocomplete and validation to help you update the `recordExtractor` property.
8282
selectorsToMatch:
8383
type: array
8484
description: |

0 commit comments

Comments
 (0)