Skip to content

contextual-navigation.cannot_end_with

Prevent from returning suggestions ending in any of defined words or phrases.

Key: contextual-navigation.cannot_end_with
Type: List<String>
Can be set in: collection.cfg

Description

Contextual navigation will filter suggestions by words of phrases that end in a particular word or phrase and not return them.

Default Value

contextual-navigation.cannot_end_with=says,needs,wants,require,requires,contains

Examples

To remove the contextual navigation suggestion containing 'Study at anu', append 'anu' to the list.

contextual-navigation.cannot_end_with=says,needs,wants,require,requires,contains,anu

Note that this list of words or phrases is case insensitive, meaning 'Study at anu' will be removed along with 'Study at ANU' or 'Study at AnU'.

See Also

Contextual navigation

top

Funnelback logo
v15.24.0