Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Search visualization: Authentication context #1

Open
mrsimpson opened this issue Sep 23, 2017 · 0 comments
Open

DB Search visualization: Authentication context #1

mrsimpson opened this issue Sep 23, 2017 · 0 comments

Comments

@mrsimpson
Copy link
Member

Problem description

When triggering an implicit search, the Solr-based Search provider may need to set-up authentication prior to executing the search. This is the case for DB search: Only after an explicit login is triggered, the authenticated results are being returned. Else, the Smarti widget can only display anonymously available results.

Proposal

Add a configuration to the search provider which allows to define hooks-methods.
Possible, initialization, preQueryExecution and PostQueryExecution are useful events.
The Smarti-widget shall interpret this configuration and trigger the callbacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants