laravel / scout

Laravel Scout provides a driver based solution to searching your Eloquent models.
https://laravel.com/docs/scout
MIT License
1.54k stars 327 forks source link

MongoDB support #813

Closed niyazialpay closed 5 months ago

niyazialpay commented 5 months ago

Hello,

In the link below, I explained a problem I encountered with MongoDB. I also explained how I solved it in the same topic. You can make Scout support MongoDB by making an update to this topic.

https://github.com/orgs/meilisearch/discussions/708

taylorotwell commented 5 months ago

Thanks for your pull request to Laravel!

Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain the framework, we need to be very careful regarding the amount of code we include.

If possible, please consider releasing your code as a package so that the community can still take advantage of your contributions!

If you feel absolutely certain that this code corrects a bug in the framework, please "@" mention me in a follow-up comment with further explanation so that GitHub will send me a notification of your response.