Skip to content

Commit cc847e5

Browse files
authored
Merge pull request #189 from reconciliation-api/suggest-must-return-id
Suggest services MUST return the entity if an id is provided
2 parents bd54a4b + a01c1a5 commit cc847e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1.0-draft/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,8 @@ <h3>Suggest Responses</h3>
795795
<section class="informative">
796796
<h3>General Expectations about Suggest Services</h3>
797797
<p>
798-
It is generally expected by users that an entity suggest query where <code>prefix</code> is the name of an entity should return this entity in the suggest response, unless that entity is hidden behind many other namesakes.
799-
Similarly, supplying an entity identifier as <code>prefix</code> should return this entity in the suggest response.
798+
It is generally expected by users that an entity suggest query where <code>prefix</code> is the name of an entity SHOULD return this entity in the suggest response, unless that entity is hidden behind many other namesakes.
799+
Similarly, supplying an entity identifier as <code>prefix</code> MUST return this entity in the suggest response.
800800
Analogous expectations apply for property and type suggest services.
801801
</p>
802802
<p>

0 commit comments

Comments
 (0)