Open thanhmabo opened 9 years ago
I have the same issue.
I believe this was fixed in the Laravel 4.x branch I just need to merge them into the 5.x branch and test a bit.
Thanks @dmyers
Having the same issue with the latest version, any ideas?
Yes me too. Having the same issue, just show me ID ARRAY
Hello @mmanos I am using Zend search lunce with laravel-search , i tested on my local. "laravel/framework": "5.1.*" my config
I have a data with 500 records and create Index with function getArticle
I create a function to search, but result just show me a array IDs
result
I change my function to select field
result
what happen, was i doing something wrong .