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

feat: Correct Pagination Bug #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Eliasmgprado
Copy link

Corrected Pagination BUG

Error when using .paginate() function

File "..\flask_whooshalchemy_init_.py", line 70, in iter
str_pk = str(getattr(row, self._pk))
AttributeError: 'result' object has no attribute 'id'

Corrected Pagination BUG

ERROR: 'result' object has no attribute 'id'
@blakev
Copy link
Owner

blakev commented Aug 19, 2021

Do you have a test case we could add for this bug?

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

Successfully merging this pull request may close these issues.

None yet

2 participants