Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement pagination for search results. #2

Open
bbrala opened this issue Nov 7, 2016 · 3 comments
Open

Implement pagination for search results. #2

bbrala opened this issue Nov 7, 2016 · 3 comments

Comments

@bbrala
Copy link
Member

bbrala commented Nov 7, 2016

Currently the search results are only limited, not paginated.

@serkor
Copy link

serkor commented Dec 18, 2019

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.

@JaZo
Copy link
Member

JaZo commented Jan 1, 2020

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

@saber13812002
Copy link

saber13812002 commented Jun 30, 2023

this is not worked as well


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants