This application demonstrates a number of advanced uses of Faceted Search including some uses of undocumented APIs.
There are also examples of the new Cards region used in conjunction with Faceted Search.
The Sample Interactive Grids application must be installed first because this application uses tables from that
sample app. This app installs a ff_country table for use with eba_demo_ig_people to group the countries into regions
and updates some records in eba_demo_ig_emp table to add tags and avatar image URLs used by the cards examples.
Some of the JavaScript example use new ES6 language features such as arrow functions, const and let, and
template strings.