Skip to content

Commit a01c1a5

Browse files
committed
Suggest services MUST return the entity if an id is provided
For #182.
1 parent 6661975 commit a01c1a5

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
@@ -791,8 +791,8 @@ <h3>Suggest Responses</h3>
791791
<section class="informative">
792792
<h3>General Expectations about Suggest Services</h3>
793793
<p>
794-
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.
795-
Similarly, supplying an entity identifier as <code>prefix</code> should return this entity in the suggest response.
794+
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.
795+
Similarly, supplying an entity identifier as <code>prefix</code> MUST return this entity in the suggest response.
796796
Analogous expectations apply for property and type suggest services.
797797
</p>
798798
<p>

0 commit comments

Comments
 (0)