PHPackages                             rohit-raj-verma/pimcore-bulk-search-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. rohit-raj-verma/pimcore-bulk-search-bundle

ActivePimcore-bundle[Search &amp; Filtering](/categories/search)

rohit-raj-verma/pimcore-bulk-search-bundle
==========================================

Pimcore bundle to search multiple values at once in admin grid listings

v1.0.0(3mo ago)01MITJavaScriptPHP &gt;=8.1

Since Feb 13Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/rohit-raj-verma/pimcore-bulk-search-bundle)[ Packagist](https://packagist.org/packages/rohit-raj-verma/pimcore-bulk-search-bundle)[ RSS](/packages/rohit-raj-verma-pimcore-bulk-search-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

PimcoreBulkSearchBundle
=======================

[](#pimcorebulksearchbundle)

A Pimcore bundle that enables bulk search functionality in the admin grid listings. Search for multiple values at once by entering each value on a separate line.

Features
--------

[](#features)

- **Bulk Search Option**: Adds a "Bulk Search" option to the column header dropdown menu in Pimcore grid listings
- **Multi-Value Search**: Enter multiple values (e.g., SKUs, product codes, IDs) each on a separate line
- **OR Logic Matching**: The grid filters to show records matching ANY of the provided values
- **Supported Grids**: Works with Object Search, Variants Tab, and Asset Folder listings
- **Input Field Support**: Available on text/input type columns

Requirements
------------

[](#requirements)

- Pimcore 11.x
- PHP 8.1 or higher

Installation
------------

[](#installation)

### Step 1: Install via Composer

[](#step-1-install-via-composer)

```
composer require rohit-raj-verma/pimcore-bulk-search-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Add the bundle to your `config/bundles.php`:

```
return [
    // ...
    PimcoreBulkSearchBundle\PimcoreBulkSearchBundle::class => ['all' => true],
];
```

### Step 3: Clear Cache

[](#step-3-clear-cache)

```
bin/console cache:clear
```

Usage
-----

[](#usage)

1. Navigate to any Data Object listing in Pimcore admin (e.g., Products folder)
2. Click the **down arrow** on any text/input column header to open the column menu
3. Select **"Bulk Search"** from the dropdown options
4. In the popup window, enter the values you want to search for, **one value per line**: ```
    SKU001
    SKU002
    SKU003
    PRD-12345

    ```
5. Click **"Apply"** to filter the grid

The grid will now display only records where the selected column matches ANY of the entered values.

### Example Use Cases

[](#example-use-cases)

- **Search multiple SKUs**: Quickly find products by pasting a list of SKU codes
- **Bulk ID lookup**: Search for multiple object IDs at once
- **Product code validation**: Verify which codes exist in the system from a spreadsheet list
- **Order item lookup**: Find items by multiple reference numbers

How It Works
------------

[](#how-it-works)

The bundle patches Pimcore's grid header context menu to add a "Bulk Search" option for input-type columns. When activated:

1. A modal window opens with a textarea for entering values
2. Each line is parsed as a separate search value
3. Empty lines and duplicates are automatically filtered out
4. A list-type filter is applied to the grid store with OR logic
5. The grid reloads showing matching records

Debugging
---------

[](#debugging)

To enable debug logging in the browser console:

```
// Enable debug mode
window.localStorage.setItem('pimcoreBulkSearchDebug', '1');

// Disable debug mode
window.localStorage.removeItem('pimcoreBulkSearchDebug');
```

Translations
------------

[](#translations)

The bundle includes English translations. To add additional languages, create translation files in `translations/admin.{locale}.yml` with the following keys:

```
pimcore_bulk_search_bulk_search_option: 'Bulk Search'
pimcore_bulk_search_values: 'Values'
pimcore_bulk_search_hint_one_value_per_line: 'Enter one value per line. The listing will match any of the provided values.'
```

License
-------

[](#license)

This bundle is released under the MIT License.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance82

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

94d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/14f0454e0b58557e15cd349a425aad845269014257efa282f693757235004819?d=identicon)[rohitrajv5](/maintainers/rohitrajv5)

---

Top Contributors

[![rohit-raj-verma](https://avatars.githubusercontent.com/u/261393979?v=4)](https://github.com/rohit-raj-verma "rohit-raj-verma (3 commits)")

### Embed Badge

![Health badge](/badges/rohit-raj-verma-pimcore-bulk-search-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rohit-raj-verma-pimcore-bulk-search-bundle/health.svg)](https://phpackages.com/packages/rohit-raj-verma-pimcore-bulk-search-bundle)
```

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15224.3M65](/packages/opensearch-project-opensearch-php)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[handcraftedinthealps/zendsearch

a general purpose text search engine written entirely in PHP 5

39921.0k35](/packages/handcraftedinthealps-zendsearch)[dachcom-digital/dynamic-search

Pimcore Dynamic Search Bundle

32143.9k5](/packages/dachcom-digital-dynamic-search)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
