Install

Works with Drupal: ^8 || ^9 || ^10 || ^11

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 88.3 KB
MD5: a0970c472250f4c406f52dc5ba9dc404
SHA-1: ca3b6e40a6d588fa9582d1c4a5cd3e23479758be
SHA-256: fd80778416856c7a7060eff08da735cb9e6e741627cd5d74bab7d7b25b74082c
Download zip 118.56 KB
MD5: 09d8d7fbb34e786f7f43c825bdfa85a1
SHA-1: dd587f00496afbc66a2107aa6742fa51c2a8187b
SHA-256: e0237009fa68ed1387a30fc23da6695b98a584a5c0d43cc692586f2ab1f86f87

Release notes

### Release Notes: JSON Field Processor v1.0 (Initial Release)

This module enhances Drupal's Search API functionality by allowing users to index JSON data from nodes or media entities with ease.

---

#### Key Features:
- **JSON Data Indexing**: Index JSON data from nodes or media entities into a Search API index.
- **Customizable Fields**: Configure unique field names, JSON paths, and JSON field machine names for targeted data extraction.
- **Dynamic Updates**: Automatically removes fields from indexes when the corresponding configuration entity is deleted.

---

#### Installation Notes:
- Install via Composer:
```bash
composer require drupal/json_field_processor
```
- Ensure dependencies (**Search API** and **JSON Field**) are installed and enabled.

---

#### Usage Overview:
1. Enable the **JSON Field Processor** module.
2. Configure the processor in your Search API index settings.
3. Add fields for indexing using the module's configuration page.

For detailed usage instructions, refer to the README file included with the module.

---

Thank you for using **JSON Field Processor**! Feedback and contributions are welcome.

Created by: homura163
Created on: 3 Dec 2024 at 17:53 UTC
Last updated: 4 Mar 2025 at 16:15 UTC
New features

Other releases