...
Code Block |
---|
Manager.store.addByValue("fl", 'title,url,id,extension');
|
Add the field you want here, so in our example last_modified :
...
Code Block |
---|
nano /opt/datafari/tomcat/webapps/Datafari/js/AjaxFranceLabs/widgets/SubClassResultWidget.js
|
Add the display of your field in the code. For example if you want to add it after the URL of the document :
...