Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Missing results #44

Closed
IvanG11 opened this issue Sep 18, 2020 · 2 comments
Closed

Missing results #44

IvanG11 opened this issue Sep 18, 2020 · 2 comments

Comments

@IvanG11
Copy link

IvanG11 commented Sep 18, 2020

I have tried with the movies.json example to test with the searches and if I look for the Ready Player One movie it does not find it. I have looked at the movies.json file and I found it, when importing it has been imported without problems.

I've been looking at the documentation but I can't see if the configuration needs to be adjusted, I was just with a project where I have a database with 486610 films with Laravel Scout and all of them are imported well and the same thing happened with the Ready Player film One so I have tried with the example.

@shokme
Copy link
Collaborator

shokme commented Sep 21, 2020

Hello @IvanG11

It works well on my side.

$movies = Movie::search('Ready Player One')->raw();
dd($movies); // I can see Ready Player One

->get() return results from database where ->raw() return results from meilisearch.

@IvanG11
Copy link
Author

IvanG11 commented Sep 22, 2020

Thanks for trying it @shokme

I started the movie's example from scratch and now works well, maybe the first time fails something on the import

@shokme shokme closed this as completed Sep 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants