Table of Contents

ComboStrap UI - Search Box

About

search is a markup component that will output the search box of the internal search engine

It can be placed in a menubar component.

Feature

Quick Access

The search component has:

Page List Suggestion

When typing in the box, an auto-completion feature will show a list of pages that match the search term against the following metadata:

Example when you type the search term Search on this website:

Pagelist Search Box Combostrap

Search expression

You can enter the following expressions in the search box to refine your search for a term (known below as the search term):

*searchterm
searchterm*
*searchterm*
*searchterm* @mynamespace

Syntax

<search>

Example

<menubar>
<search/>
</menubar>