Skip to content
Snippets Groups Projects
Commit d47ac380 authored by Tarje Lavik's avatar Tarje Lavik
Browse files

Fix pagination query to filter non-accessible items

parent 1dab2ab4
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ const SearchNB = () => {
page: page,
size: state.limit,
digitalAccessibleOnly: true,
filter: "contentClasses%3Ajp2"
}),
)
.then((response) => response.json())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment