PHPackages                             coisio/module-multiselect-attribute-fix - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. coisio/module-multiselect-attribute-fix

ActiveMagento-module[Utility &amp; Helpers](/categories/utility)

coisio/module-multiselect-attribute-fix
=======================================

Fixes Multiselect attributes indexing issues

1.0.0(8y ago)07.4kMITPHP

Since May 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/rootindex/module-multiselect-attribute-fix)[ Packagist](https://packagist.org/packages/coisio/module-multiselect-attribute-fix)[ RSS](/packages/coisio-module-multiselect-attribute-fix/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Magento Multi-select Attribute Indexing Fix
===========================================

[](#magento-multi-select-attribute-indexing-fix)

Please note when you run a custom attribute of multiselect &amp; text to be saved on the flat table:

You have to tell the indexer about the flat table column.

```
public function getFlatColums()
    {
        $attributeCode = $this->getAttribute()->getAttributeCode();
        $column = array(
            'default'   => null,
            'extra'     => null
        );
        if (Mage::helper('core')->useDbCompatibleMode()) {
            $column['type']     = 'varchar(255)';
            $column['is_null']  = true;
        } else {
            $column['type']     = Varien_Db_Ddl_Table::TYPE_VARCHAR;
            $column['nullable'] = true;
            $column['comment']  = $attributeCode . ' column';
        }
        return array($attributeCode => $column);
    }

```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3276d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f04480bd8951e0c1f02a8c5369df5508ffc3ea9b2e9dd613839867dd9cf55ba?d=identicon)[rootindex](/maintainers/rootindex)

---

Top Contributors

[![rootindex](https://avatars.githubusercontent.com/u/505211?v=4)](https://github.com/rootindex "rootindex (1 commits)")

### Embed Badge

![Health badge](/badges/coisio-module-multiselect-attribute-fix/health.svg)

```
[![Health](https://phpackages.com/badges/coisio-module-multiselect-attribute-fix/health.svg)](https://phpackages.com/packages/coisio-module-multiselect-attribute-fix)
```

PHPackages © 2026

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