teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.1k stars 142 forks source link

Use disk storage in place of direct access #374

Open Goopil opened 1 month ago

Goopil commented 1 month ago

Hi,

In a project of mine, i'm using a the tenancyforlaravel library. This library work by overriding paths for a specific tenant. (database, cache, queue and of course storage) can we update your logic (small changes) to leverage the internal disk implementation ? This would keep the indexes per separated for each tenant.

I can obviously do the pr if you give me your approval

thanks in advance for taking the time to read this and, of course, for the wonderful library