ericmckean / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

Can't constrain a Freebase key query when using add column #541

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using "Add columns from Freebase" and choosing the property 
/type/object/key, there's no way to constrain the key query to a particular 
namespace because the expected type of the property is /type/key and the code 
currently expects all properties which expect /type/* to be simple values 
(which is the case for the others since they're simple data types).

We should remove this restriction so that users can fetch the keys of interest 
to them.

Original issue reported on code.google.com by tfmorris on 2 Mar 2012 at 10:34

GoogleCodeExporter commented 9 years ago
Fixed in r2449.

Original comment by tfmorris on 2 Mar 2012 at 10:45

GoogleCodeExporter commented 9 years ago

Original comment by tfmorris on 18 Sep 2012 at 3:05