Upgraded search component to include groups suppport.

This commit is contained in:
Pierre HUBERT
2018-07-29 17:11:38 +02:00
parent fc8abc6d56
commit 0692a689f1
6 changed files with 209 additions and 63 deletions

View File

@ -621,7 +621,21 @@ var ComunicWeb = {
*/
interface: {
//TODO : implement
}
},
/**
* Search results UI
*/
ui: {
//TODO : implement
},
/**
* Search utilities
*/
utils: {
//TODO : implement
},
},