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
1.**Publication listing and search**: dapi queries the DesignSafe portal API (`/api/publications/v2/`). The API returns all publications; search filtering is done client-side.
82
+
1.**Publication listing and search**: dapi queries the DesignSafe portal API (`/api/publications/v2/`). For search, all ~1,500 publications are fetched via pagination (~3 seconds) and filtered client-side.
83
83
84
84
2.**Publication detail**: dapi queries `/api/publications/v2/PRJ-XXXX/` which returns metadata in the `tree.children[0].value` structure, including DOIs, authors, and data types.
0 commit comments