Flask-WhooshAlchemy3 icon indicating copy to clipboard operation
Flask-WhooshAlchemy3 copied to clipboard

feat: Correct Pagination Bug

Open Eliasmgprado opened this issue 4 years ago • 1 comments

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'

Eliasmgprado avatar Jul 21 '21 13:07 Eliasmgprado

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

blakev avatar Aug 19 '21 22:08 blakev