From 74814f50f809bf982fe30dc40d03344ccbea9e17 Mon Sep 17 00:00:00 2001 From: Jason Hoekstra <38012402+jasonh-edfi@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:59:41 -0500 Subject: [PATCH] Update Reverse-Paging.md (#85) --- docs/Reverse-Paging.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/Reverse-Paging.md b/docs/Reverse-Paging.md index 0b7bff8..9daf45a 100644 --- a/docs/Reverse-Paging.md +++ b/docs/Reverse-Paging.md @@ -29,9 +29,14 @@ What they propose to fix the problem is to execute the Offset-Limit pagination i Reproducing this problem seemed to be trick. But the help of Visual Studio and the execution in Debug mode (with break points, etc.) we accomplish to reproduce it, so the problem does exist. -## In relation to how to implement this on Publisher +## Using in API Publisher + +1. Full configuration instruction are available here: https://github.com/Ed-Fi-Alliance-OSS/Ed-Fi-API-Publisher/blob/main/docs/API-Publisher-Configuration.md + +2. The configuration section of note is below: + +![image](https://github.com/user-attachments/assets/d6ff0f43-67fc-4266-a09f-22435a75efcc) -1. We will add a flag (on false by default) where the user will be able to decide if he wants to execute Publisher in reverse paging mode. ## Other notes