Flask-WhooshAlchemy3
Flask-WhooshAlchemy3 copied to clipboard
feat: Correct Pagination Bug
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'
Do you have a test case we could add for this bug?