Skip to content

UI.integration_url

URL to use to reach the search service, when wrapped inside another system (e.g. CMS).

Key: ui.integration_url
Type: String
Can be set in: profile.cfg, collection.cfg

Description

This setting allow to specify a custom URL to use to access the search interface for the collection.

The search URL for a Funnelback collection is usually of the form:

http://funnelback-server:port/s/search?collection=...&profile=...&query=...

However in some circumstances the search results are "wrapped" inside another system, commonly a CMS. In this case the Funnelback search endpoint might not be directly accessible by the end users who would visit the CMS search URL instead, for instance:

http://example.org/global/search?q=query

This custom URL can be specified in this setting so that other parts of Funnelback are aware of the "real" URL used by users.

This URL can contain the following tokens in the form {token} that will be expanded to their actual values:

collection

Identifier of the collection to search

profile

Identifier of the profile to search

query

Query to search forFor example if this setting is set to:

http://example.org/search/{collection}/{profile}/search?q={query}

and a search should be performed on the collection intranet, profile staff with the query smith, the resulting URL would be:

http://example.org/search/intranet/staff/search?q=smith

Default Value

The default value is not defined so that the search URL is derived from the Funnelback hostname and ports as configured in global.cfg

Examples

Use a custom URL:

ui.integration_url=http://example.org/search?q={query}

⚠ Caveats

If this key is set in the profile level, that needs to be published to live view to take effect.

top

Funnelback logo
v15.24.0