From 9abe54c7c5cfc4648489e97e8a1b4e75bb856359 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 3 Jul 2023 10:56:49 +0200 Subject: [PATCH] improve section reference, add link to unified search doc Signed-off-by: Julien Veyssier --- developer_manual/digging_deeper/reference.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/developer_manual/digging_deeper/reference.rst b/developer_manual/digging_deeper/reference.rst index df99caad7..16dd03604 100644 --- a/developer_manual/digging_deeper/reference.rst +++ b/developer_manual/digging_deeper/reference.rst @@ -234,7 +234,7 @@ Developers can follow the rich object formatting recommendations to provide gene The rich object type is not used to predict the data structure. We rather recommend to set rich object attributes respecting a strict format for some common use cases. -More details can be found in `Provide generic data for clients `__ +More details can be found in :ref:`data-for-clients` Use the Smart Picker in your app -------------------------------- @@ -380,9 +380,11 @@ and an example response: In this example, the "files" Smart Picker provider does not support any unified search provider but the "github-issue-pr" one supports 2 of them and the "openstreetmap-point" support one. -Use the unified search API +Use the Unified Search API ~~~~~~~~~~~~~~~~~~~~~~~~~~ +`More details on the Unified Search `_ + Here is how to search using the Unified Search OCS API: .. code-block:: bash