Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

pawanrijal's avatar

Laravel Scout is not working with typesense

I have integrated typesense with laravel scout for search functionality of a model, the indexing of the model is correct as the data is visible and searchable in typesense dashboard but when i search from the model using scout it donot returns any data the code snippet is given below.

scout.php

Event.php (model)

0 likes
1 reply
pawanrijal's avatar

I found the issue as the id of the model and id of the typesense indexing so it was not giving any results.

Please or to participate in this conversation.