Razvan Iacob

Results 15 comments of Razvan Iacob

Any progress on some of this issues?

I can't find any documentation on this.

I have the same problem. what can I do?

I installed it using cocopods but when I import QBImagePickerController it says "No such module 'QBImagePickerController'" What can I do?

Thanks @karakhanyans, I've tested with your code and it works. So then I started experimenting with what I have so when I do something like this: ``` return ImportedProperty::search('pipera')->paginate(10)->onEachSide(1)->withQueryString() ->through(fn...

I followed the documentation found here [Laravel Scout Documentation](https://laravel.com/docs/10.x/scout#customizing-the-eloquent-results-query) If I do just ->with... I get this error `Method Laravel\Scout\Builder::with does not exist.`

I will be happy to see this solved guys. Good luck!

Is it possible to reopen this because the problem persists. I tracked it down to the method getTotalCount on Builder class https://github.com/laravel/scout/blob/10.x/src/Builder.php#L486 the $totalCount is correct but because of $this->queryCallback...

I'm happy to share more information. I've notice that things stop working as they should when using a callback query indicated in the documentation here: https://laravel.com/docs/11.x/scout#customizing-the-eloquent-results-query The ecpected number of...

Good observation. But actually the id is indexed to typesense and you can see the id in the typesense dashboard screenshot, but even with that I get the same result....