DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:fancysearch

fancysearch Plugin

Compatible with DokuWiki

Lemming, Anteater, Rincewind

plugin Provides a dropdown list for common namespaces enhancing the search input

Last updated on
2016-07-06
Provides
Action
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to selectsearch

Tagged with ajax, dropdown, namespace, search

A CosmoCode Plugin

Installation & Integration

Install the plugin using the Extension Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

After installation, you have to do much integration work. A first step is to include the fancysearch form in your template:

<?php
    $namespaces = array('nsid' => array('txt' => 'nscaption', 'img' => 'imglink'));
    $fancysearch = plugin_load('action', 'fancysearch');
    if (!is_null($fancysearch)) {
        $fancysearch->tpl_searchform($namespaces, 'allpagesimg');
    } else {
        tpl_searchform();
    }
?>

You will need much CSS styling as well.

Usage

There is a german screencast that shows the plugin in action: ICKEwiki ScreenCast: Inhaltsverzeichnis, Suche und Kontext-Menus.

Development

Change Log

Known Bugs and Issues

Please report bugs and issues at: https://github.com/cosmocode/fancysearch/issues

plugin/fancysearch.txt · Last modified: 2024-01-07 14:54 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki