Search

Tibi has separate search journeys for library/catalog suggestions, web content, and Help content.

Last modified: July 10, 2026

link Search Journeys

Journey User experience Implementation
Library search Header search in library mode /boker/search/suggestion, then /boker/søk.
Web search Header search in web mode WordPress REST search, then /?s=....
Help autocomplete Suggestions on Help surfaces tibi/help-search, /wp-json/tibi/v1/help-search.
Help result page Help-only search results Help landing query rewrite and template logic.

link Source Map

Area Source
Header search app packages/wordpress/themes/tibi/src/search.tsx
Help search block/API packages/wordpress/plugins/tibi-block-library/src/help-search/
Search restrictions packages/wordpress/themes/tibi/inc/query.php
Help result page behavior packages/wordpress/themes/tibi/inc/templating.php
Algolia customization packages/wordpress/themes/tibi/inc/algolia.php

link QA