From a01c1a542cab00e09aa01dcf4d355c1beb2b2d86 Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Tue, 14 Jan 2025 08:38:45 +0100 Subject: [PATCH] Suggest services MUST return the entity if an id is provided For #182. --- 1.0-draft/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.0-draft/index.html b/1.0-draft/index.html index 0fac1b6..1cc664a 100644 --- a/1.0-draft/index.html +++ b/1.0-draft/index.html @@ -791,8 +791,8 @@

Suggest Responses

General Expectations about Suggest Services

- It is generally expected by users that an entity suggest query where prefix is the name of an entity should return this entity in the suggest response, unless that entity is hidden behind many other namesakes. - Similarly, supplying an entity identifier as prefix should return this entity in the suggest response. + It is generally expected by users that an entity suggest query where prefix is the name of an entity SHOULD return this entity in the suggest response, unless that entity is hidden behind many other namesakes. + Similarly, supplying an entity identifier as prefix MUST return this entity in the suggest response. Analogous expectations apply for property and type suggest services.