Skip to content

ui_cache_link

Base URL used by PADRE to link to the cached copy of a search result. Can be an absolute URL.

Key: ui_cache_link
Type: String
Can be set in: collection.cfg

Description

This option specifies the beginning of the URL that is returned for cached documents. For example, the default value will return cached URLs like:

/s/cache?collection=shakespeare \u2026 &doc=http/localhost/shakespeare/romeo_juliet/index

Default Value

ui_cache_link=/s/cache

Examples

Use your own CGI script to display documents:

ui_cache_link=show.cgi

or, you may keep cached documents on a different server:

ui_cache_link=http://cache.company.com/cache

⚠ Caveats

  • The target URL must accept the collection and doc parameters.

top

Funnelback logo
v15.24.0