specs icon indicating copy to clipboard operation
specs copied to clipboard

Support for type filtering in entity suggest API

Open wetneb opened this issue 5 years ago • 1 comments

Use case: suppose I reconcile a column to a particular type, and then I use the entity suggest API to manually select matches for some cells. At the moment the entity suggest API will return candidates without any type filtering. In some cases I would prefer if these suggestions were also filtered by type.

The property suggest service already supports a type filtering (such that you can propose properties that are relevant for a given type), but even that is undocumented in our specs so far! See https://github.com/OpenRefine/OpenRefine/issues/2168.

OpenRefine issue: https://github.com/OpenRefine/OpenRefine/issues/201

wetneb avatar Jan 11 '20 08:01 wetneb

The property suggest service already supports a type filtering (such that you can propose properties that are relevant for a given type), but even that is undocumented in our specs so far!

Issue for that: #104.

fsteeg avatar Jul 11 '24 12:07 fsteeg