From 0501e198e7c6f9b3752f229df1992a2d8a17be3c Mon Sep 17 00:00:00 2001 From: Camille Moinier Date: Tue, 9 Jul 2024 15:51:02 +0200 Subject: [PATCH] feat: edit doc --- docs/reference/search-fields.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/reference/search-fields.md b/docs/reference/search-fields.md index 614f8495e9..977934c0b1 100644 --- a/docs/reference/search-fields.md +++ b/docs/reference/search-fields.md @@ -16,12 +16,24 @@ These fields are used in the following context: ## Fields -### Publisher +### Organization -> Field id: `publisher` +> Field id: `organization` This field targets the owner organization of a record. The exact meaning of a record's organization is defined by the "organization strategy" used; see [this documentation page](./organizations.md) for more details. +### Publisher + +> Field id: `publisherOrg` + +This field targets the organization publishing the record. The exact meaning of a record's organization publisher is defined by the "organization strategy" used; see [this documentation page](./organizations.md) for more details. + +### Producer + +> Field id: `producerOrg` + +This field targets the organization producing the record. The exact meaning of a record's organization producer is defined by the "organization strategy" used; see [this documentation page](./organizations.md) for more details. + ### Format > Field id: `format`