algolia / scout-extended

Scout Extended: The Full Power of Algolia in Laravel
https://www.algolia.com/doc/framework-integration/laravel/getting-started/introduction-to-scout-extended/
MIT License
397 stars 84 forks source link

Add join in selection #276

Closed kossa closed 3 years ago

kossa commented 3 years ago

Description

I have posts table and custom_fields related to posts, How can I filter with custom_fields ?

DevinCodes commented 3 years ago

Algolia doesn't support JOIN operations across tables, you need to include all the data you want to filter on in your record. We elaborate on this on the scout extended documentation. Let me know if you still have any questions after reading this 🙂