You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
we are currently trying to create an extension for the ACA.
We currently miss the option to open the open the search directly with some of the searchOptions being enabled.
More detail:
We dispatch an SearchByTermAction with the query and the options we want to search for (e.g. only show folders). However, in the effect that handles the SearchByTermAction these options are just used to distinguish between library search and "normal" search.
The solution would be passing the options (atleast for "normal" search) via the URL (like the query) to the SearchResultsComponent.
Is there another way to directly show search results with a given config (query + options) I am not aware of ?
Best
Jan
The text was updated successfully, but these errors were encountered:
Hey,
we are currently trying to create an extension for the ACA.
We currently miss the option to open the open the search directly with some of the searchOptions being enabled.
More detail:
We dispatch an SearchByTermAction with the query and the options we want to search for (e.g. only show folders). However, in the effect that handles the SearchByTermAction these options are just used to distinguish between library search and "normal" search.
The solution would be passing the options (atleast for "normal" search) via the URL (like the query) to the SearchResultsComponent.
Is there another way to directly show search results with a given config (query + options) I am not aware of ?
Best
Jan
The text was updated successfully, but these errors were encountered: