clarin-eric / fcs-sru-aggregator

CLARIN Federated Content Search v3 Aggregator – Augmenting your Search Engine
GNU General Public License v3.0
7 stars 2 forks source link

Introducing the "Search Result Link" #68

Closed Querela closed 1 year ago

Querela commented 1 year ago

Searches in the aggregator generate a unique search-id that is used to query the state of the search and the actual results. All search results are associated with an ID and stored in the aggregator temporarily to be used in the frontend (using JS polling). The search-id is normally hidden but can be exposed to generate a kind-of "search-result-link". This link can then be used (by others) to immediately fetch the results from before. See also the REST API at: https://infra.clarin.eu/apis/?urls.primaryName=Federated%20Content%20Search%20(alpha)#/search

Intended use cases:

Properties:

Concerns:

Querela commented 1 year ago

Introduced in 3.6.1, configurable in 3.6.2.

Deployments:

Querela commented 1 year ago

Consensus: this feature will only be used for debugging, e.g. in the alpha instance. This will avoid (unintentional) misuse.