From 3c3f984e9e6e0feae15fcf96b22afae74e5eb559 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Thu, 11 Apr 2024 15:32:16 -0300 Subject: [PATCH] Bit more docs. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f23590f..aab5cab 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,14 @@ An embargo can be applied to an existing node by clicking the `embargoes/node/{node_id}`. From here, an embargo can be applied if it doesn't already exist, and existing embargoes can be modified or removed. -## Known Issues - -- Embargoed items show up in search results: Enable one of our `search_api` processors to handle applying embargo restrictions. +## Known Issues/FAQ + +- Embargoed items show up in search results + - Enable one of our `search_api` processors to handle applying embargo restrictions. +- "Embargo access, join-wise" does not show up as an available processor + - Ensure embargo entities are being indexed in the given index. + - Ensure that eligible node/media/files entities are being indexed in the + given index. ## Troubleshooting/Issues