Why I do not see any algolia global-search request with search method of laravel/scout 10? #49499
Unanswered
sergeynilov
asked this question in
Q&A
Replies: 1 comment
-
I removed laravel/scout package and installed algolia/scout-extended:^3.0", but again with code :
I se that rows are read from db with sql-request on my side and no "global-search" request in my browser. I removed "->get()" from code4 line above and check that "ScoutExtended" is returned :
I run on my local kubuntu 22.04 with apache 2 and php 8.2 with local server I run with
command. I tried to follow some step by step manuals, like video https://www.youtube.com/watch?v=m4ejQ2xKrEA |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I added laravel/scout 10 to my laravel 10 app and added Scout support to my app/Models/Task.php model:
When I fill tasks table with migration seeder or by API commands I create data on algolia, which are syncronized with I see valid data on algolia server :
But search method works differently then I read at https://laravel.com/docs/10.x/scout
as running code in controller :
I see that I data are read from local database asI see sql-request in telescope :
Just last rows in my db. I do not see any algolia global-search request :
a) in my browser console
b) in telescope(if it can show algolia global-search request ?)
c) In Thunder Client of my Visual Studio Code if it can show algolia global-search request ?)
What can be wrong and how debug my requests ?
Beta Was this translation helpful? Give feedback.
All reactions