Adjust our search parameters to match needs of Suggest 4.3 - closes #762
This commit is contained in:
parent
7885256d78
commit
df34978b11
@ -437,7 +437,9 @@ DataTableCellUI.prototype._postProcessSeveralCells = function(command, params, b
|
||||
};
|
||||
|
||||
DataTableCellUI.internalPreview = {
|
||||
srchurl: 'https://www.googleapis.com/freebase/v1/search?filter=(all mid:${id})&output=(notable:/client/summary description type)&key='+CustomSuggest.FREEBASE_API_KEY+"&callback=?",
|
||||
srchurl: 'https://www.googleapis.com/freebase/v1/search?filter=(all mid:${id})'
|
||||
+ '&output=(notable:/client/summary (description citation provenance) type)'
|
||||
+ '&key='+CustomSuggest.FREEBASE_API_KEY+'&callback=?',
|
||||
imgurl : 'https://www.googleapis.com/freebase/v1/image${id}?maxwidth=75&errorid=/freebase/no_image_png&key='+CustomSuggest.FREEBASE_API_KEY,
|
||||
width: 430,
|
||||
height: 300
|
||||
|
Loading…
Reference in New Issue
Block a user