yiisoft / yii2-elasticsearch

Yii 2 Elasticsearch extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
429 stars 252 forks source link

Add Support for Runtime Mappings #311

Closed mabentley85 closed 2 years ago

mabentley85 commented 2 years ago

Adding support for Elasticsearch Runtime Mappings added in version 7.11 seems like it would be a pretty simple feature addition.

I've already started working on it in this forked branch

The implementation is very similar to adding scriptFields.

How should I proceed developing this feature?

samdark commented 2 years ago

@mabentley85 in a branch. Then do a pull request.

mabentley85 commented 2 years ago

@samdark Thanks! Just created #313