Searching across multiple streams
Created 7 years ago by adrianfalleiro

Apologies if this is a stupid question - but I'm looking to get an understanding of how I could leverage Laravel Scout to search across multiple Pyro streams.

Is this possible?

ryanthompson  —  7 years ago Best Answer

Scout only searches one model at a time. I am working on re-introducing the Search module though that will let you search across models. I hope to release it with the 3.3 update. Basically it will use the searchable array and stuff it into a search model and index that. With a polymorphic relation to the indexed entry.

adrianfalleiro  —  7 years ago

Cheers mate. Do you have a rough delivery date for 3.3?

ryanthompson  —  7 years ago

I am just kinda getting in the flow of things but I would like to release every quarter to 6 months. BUT.. everything being modular I often have these things done and announce them before the base project get's bumped.

ryanthompson  —  7 years ago

That said I foresee this search module being something I actually need sooner than later so keep an eye out 😊