matchish / laravel-scout-elasticsearch

Search among multiple models with ElasticSearch and Laravel Scout
MIT License
702 stars 113 forks source link

[Feature] v5 with forked handcraftedinthealps/elasticsearch-dsl #236

Closed m-lotze closed 1 year ago

m-lotze commented 1 year ago

Could you please add a release for v5 with handcraftedinthealps/elasticsearch-dsl instead of ongr/elasticsearch-dsl? ongr/elasticsearch-dsl requires symfony 5 and this prevents an update to laravel 10, which requires symfony 6.

matchish commented 1 year ago

Hey. Feel free to send a PR

hkulekci commented 1 year ago

I think here, we need to initialize a v5.x branch, and we need to release version 5.x from that branch. We can initialize that branch from tags, what do you think? @matchish @m-lotze

hkulekci commented 1 year ago

This is the latest 5.x tag https://github.com/matchish/laravel-scout-elasticsearch/releases/tag/v5.0.2

matchish commented 1 year ago

Completely agree

matchish commented 1 year ago

@m-lotze I've created 5.x branch could you push the PR?

m-lotze commented 1 year ago

Sure. Repushed the pull request to 5.x.

matchish commented 1 year ago

merged

m-lotze commented 1 year ago

Great. Thank you.