Page MenuHomePhabricator

API for entity search
Closed, ResolvedPublic

Description

Expose the prefix search in the API, and return a list of Item ID, Label, Description. If easy, comply to the OpenSearch spec (or else open a bug for that).


Version: unspecified
Severity: normal
Whiteboard: storypoints: 8

Details

Reference
bz40392

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:03 AM
bzimport set Reference to bz40392.
bzimport added a subscriber: Unknown Object (MLST).

Drop OpenSearch here, it does not make sense.

Incoming parameters are: prefix, language, entitytype.

Returned is a sorted array of hits. Each hit contains an ID, a label (optional), a description (optional), and 1 alias (optional and iff hit on the given alias).

verified on internal demo system