laravel-fulltext icon indicating copy to clipboard operation
laravel-fulltext copied to clipboard

Implement pagination for search results.

Open bbrala opened this issue 7 years ago • 3 comments

Currently the search results are only limited, not paginated.

bbrala avatar Nov 07 '16 12:11 bbrala

how to delete a record from the table when deleting from the entity? Delete the article and the fulltext stores information about it. There must be a function to do this synchronously.

serkor avatar Dec 18 '19 16:12 serkor

@serkor, your question is not related. Please open a new issue and describe your proposed change in more detail.

JaZo avatar Jan 01 '20 12:01 JaZo

this is not worked as well


        $search = new Search();
        return $search->runForClass($searchPhrase, QuranAyat::class)->forPage($pageNumber, config("laravel-fulltext.limit-results"));

saber13812002 avatar Jun 30 '23 12:06 saber13812002