Skip to main content

MultiSearch

A multi-select whose filter query is shown as a search line: typing fuzzy-matches and ranks the options with the matched characters highlighted, Space toggles, Enter accepts the checked set. Long lists page around the cursor - set the window with ->pageSize().

$p->multisearch('services', 'Services')->default(['redis'])->options(['redis' => 'Redis', 'solr' => 'Solr', 'clamav' => 'ClamAV', 'memcached' => 'Memcached']);

For headings, separators and disabled options, see Option groups.

ANSINo ANSI
UnicodeMultiSearch: Unicode + ANSIMultiSearch: Unicode + No ANSI
ASCIIMultiSearch: ASCII + ANSIMultiSearch: ASCII + No ANSI