browsertrix/backend
Tessa Walsh e9895e78a2
Add additional filters to page list endpoints (#1622)
Fixes #1617 

Filters added:

- reviewed: filter by page has approval or at least one note (true) or
neither (false)
- approved: filter by approval value (accepts list of strings,
comma-separated, each of which are coerced into True, False, or None, or
ignored if they are invalid values)
- hasNotes: filter by has at least one note (true) or not (false)

Tests have also been added to ensure that results are as expected.
2024-03-21 21:33:07 -07:00
..
btrixcloud Add additional filters to page list endpoints (#1622) 2024-03-21 21:33:07 -07:00
test Add additional filters to page list endpoints (#1622) 2024-03-21 21:33:07 -07:00
test_nightly
.pylintrc
Dockerfile
mypy.ini
requirements.txt
test-requirements.txt