larasearch icon indicating copy to clipboard operation
larasearch copied to clipboard

Searchable Eloquent Models

Results 27 larasearch issues
Sort by recently updated
recently updated
newest added

Can i use larasearch without using model , lets suppose i want to use db table as DB::table('xyz')->searchByQuery($query)->getResults(); ? Please i need quick response .

Hello, Thanks for your work, can't wait to test it, but I have an issue and I don't understand. When I run ``` ssh php artisan larasearch:reindex App\\Product --relations ```...

Is there a way to add a filter in a query? Something like ``` sql SELECT * FROM table WHERE status = 1 ``` Where 'status = 1' is the...

App::make gives error in laravel 5, so using new operator.

In laravel 5, App:make gives error from searchable trait, so commented that line and added new line.

Is there support for polymorphic relationships? I see there is a check in PathsCommand for polymorphic relationships. However when I run the command on my model it doesn't get past...

Hi and thanks a lot for your amazing work on this package ! I get an error when executing laraseach:reindex --relations with laravel 5.1 :+1: [ErrorException] Argument 2 passed to...

I tried some variations to use getRecords with Eloquent and paginate, but I was unsuccessful. Has anyone tried to paginate search terms - whether through getRecords or getResults?

the commit messages describes it all