You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#2353
Adds a new endpoint to list pages in a collection, with filtering
available on `url` (exact match), `ts`, `urlPrefix`, `isSeed`, and
`depth`, as well as accompanying tests. Additional sort options have
been added as well.
These same filters and sort options have also been added to the crawl
pages endpoint.
Also fixes an issue where `isSeed` wasn't being set in the database when
false but only added on serialization, which was preventing filtering
from working as expected.
What change would you like to see?
It would be helpful to have a backend endpoint that lists the pages in a collection, with support for filtering by url or url prefix.
Context
Related to #2347 and #2348, this will help us (among other things) quickly determine which WACZ a page is in within a collection.
The text was updated successfully, but these errors were encountered: