Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: We have a dedicated page for more technical information on the aggregator.

Note

If you use Keycloak with the Search aggregator, go to this page : /wiki/spaces/DATAFARI/pages/1067712513

...

In this section of the configuration, you can select an external Datafari Datafaris that will be used as the default, i.e. that will be used to perform the default search when landing on the search page.
If none is selected, all available external Datafari will be used to perform the default search.

...

The dropdown only shows the external Datafari defined and activated.

To add a Datafari to the list of default, select it in the dropdown and click on the save button.
To remove a Datafari from the list of default, click on the trash can icon next to it in the list of current default.


Note that if you remove or disable the an external Datafari that is selected as default, it is removed from the list.

The “Always use default” toggle switch allows you to choose between two behaviors for the default is automatically set back to none.

...

default Datafaris when used together with user specific default Datafaris (explained below):

  1. When set to off, user default Datafaris will replace the global default set in this section of the configuration (i.e. if antoine has datafari1 in his defaults and datafariglobal is defined in the config above, only datafari1 will be querried for the default query).

  2. When set to on, user default Datafaris will be added to the global default in this section to constitute the set of default to be called (i.e. if antoine has datafari1 in his defaults and datafariglobal is defined in the config above, both datafari1 and datafariglobal will be querried for the default query).

Info

If a user has no personalized default set, then it will fallback to this using the global default Datafari, and if this is set to there are none, it will default to searching in all available external Datafaris.

...

Code Block
username;externalDatafari1,externalDatafari2
username2;externalDatafari1
username3;externalDatafari2

...

  • The first column contains the username as extracted from the authentication system (AD, Keycloack, internal to Datafari, …)

  • The second column contains the name list of names of the external Datafari as defined in the external Datafaris definition separated by comas

Note

DO NOT PUT SPACES BEFORE OR AFTER THE “;” SEPARATOROR THE “,” SEPARATORS

If there is an error in the name and / or the default Datafari name, the feature will not behave as expected.

...