Niko L
Niko L
Found myself in the same scenario after needing to implement a global search that included both `craft\elements\Entry` and `Solspace\Calendar\Elements\Event`. I got around Scout's `validateConfig` method by installing `cweagans/composer-patches` and using...
@besimhu a patch is produced by diffing. To replicate what I did: - `composer require cweagans/composer-patches` - Save the patch contents I posted above in your project's root at `patches/Scout-Indices-No-Validation.patch`...
@riasvdv what type of tests would you need to convince you multiple elements on one index works as expected? I've been indexing two elements -- Entries and `Solspace\Calendar\Event` -- on...
@timkelty thoughts?
It be nice to drop https://github.com/junaidbhura/composer-wp-pro-plugins/blob/master/src/Plugins/AbstractEddPlugin.php#L39-L46 for the WPAI plugins -- or at least offer some type of ENV/flag to skip that check entirely. My CI/CD builds are failing because...