Bug: pagination in search #19
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Test Deployed
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ereuse/devicehub-django#19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cuando se hace una busqueda sobre datos que se encuentran en xapian y hay más de un snapshot por device, ofrece varios resultados para el mismo device. He corregido un poco esta parte con:
https://gitea.pangea.org/ereuse/devicehub-django/src/branch/main/dashboard/views.py#L77
Pero esta solución hará que haya menos devices en esa página y tampoco corrige la numeración que es el que define cuantas paginas hay.
Hay que buscar una solución generica que sea mejor.