--- title: "Full Page Search" slug: "full-page-search" updated: 2025-10-13T15:01:49Z published: 2025-10-13T15:01:49Z canonical: "knowledge-base.rossum.ai/full-page-search" --- > ## Documentation Index > Fetch the complete documentation index at: https://knowledge-base.rossum.ai/llms.txt > Use this file to discover all available pages before exploring further. # Full Page Search This extension searches defined keywords in the full page content and sets a target field value if a match is found. ## Installation **Full page search** extension is provided and maintained by Rossum.ai in the form of webhook. To start using it, follow these steps: 1. Login to your Rossum account. 2. Navigate to **Extensions** → **My extensions**. 3. Click on **Create extension**. 4. Fill the following fields: 1. Name: `Full page search` 2. Trigger events: `Initialize, Started, Updated` 3. Extension type: `Webhook` 4. URL (see below) 5. In "Advanced settings" select **Token owner** (should have Admin access) 6. Click **Create the webhook**. | Environment | Webhook URL | | --- | --- | | EU1 Ireland | [https://elis.full-page-search.rossum-ext.app/](https://elis.full-page-search.rossum-ext.app/) | | EU2 Frankfurt | [https://shared-eu2.full-page-search.rossum-ext.app/](https://shared-eu2.full-page-search.rossum-ext.app/) | | US east coast | [https://us.full-page-search.rossum-ext.app/](https://us.full-page-search.rossum-ext.app/) | | Japan Tokyo | [https://shared-jp.full-page-search.rossum-ext.app/](https://shared-jp.full-page-search.rossum-ext.app/) | ## Configuration examples ```json {  "configurations": [    {      // See: https://elis.rossum.ai/api/docs/#get-page-spatial-data      "granularity": "lines",      "target_field": "is_credit_note",      "target_value": "Y",      // Note that the possible values are case-insensitive.      "possible_values": ["credit invoice", "credit note", "credit nota"]    },    {      "granularity": "words",      "target_field": "is_kredietbeperking",      "target_value": "Y",      "possible_values": ["kredietbeperking"]    }  ] } ``` ## Known limitations Note that the `page_numbers` [parameter](https://elis.rossum.ai/api/docs/#get-page-spatial-data) cannot be specified. Only the first 20 pages of a document are used. In other words, if the text is on page 21 or higher, it won't be found. > [!WARNING] > 💬 YOUR FEEDBACK MATTERS! > > Help us keep this page accurate and useful. Select **Yes** or **No** below, then use the feedback form to propose a correction, ask for clarification, or request a new article.