No categories assigned

BlueSpiceExtendedSearch

< Manual:Extension
Revision as of 20:29, 12 December 2018 by Lsireta (talk | contribs)

What is BlueSpiceExtendedSearch?

BlueSpiceExtendedSearch replaces default MediaWiki search engine. It is based on ElasticSearch engine, and provides many improvements over standard MediaWiki search both in terms of quality of indexed content and user interface.

What is indexed in BlueSpiceExtendedSearch?

By default BlueSpiceExtendedSearch indexes:

  • wikipages - all content pages on wiki - except for MediaWiki namespace
  • specialpages - all SpecialPages on wiki
  • repofiles - files uploaded to wiki - for textual files like Word documents and PDF, including the content and metadata
  • extenalfiles - files from arbitrary locations from wiki accessible storage paths, eg. mounted drives.
  • socialentities - entities created by BlueSpiceSocial extension, like blog posts and user profiles.


Using BlueSpiceExtendedSearch

BlueSpiceExtendedSearch offers two ways of searching for content - Autocomplete and SearchCenter.

Autocomplete

Autocomplete search is available from any page on the wiki, and can be accessed through the search bar in the top line of the wiki. Autocomplete matches only page and file titles, not the content of the page. After typing in the search bar, an autocomplete popup will appear below it. This popup is divided in two columns.

  • Primary results - these are the results that are direct matches for the search term. These result are displayed in left column of the autocomplete popup. An exact match will be highlighted and contain additional information.
  • Tools and secondary results - tools are displayed in the top portion of the right column and contain:
    • Button to create the page with the current search term as the title (only if user has permission to create new pages)
    • Button to execute full-text search for the current term. Selecting this option will lead to the SearchCenter page.

In the bottom portion of the right column, secondary results are displayed. Secondary results are matches that do not directly match the given term, but might be relevant for the user. These will show up only in certain contexts:

    • If there are significantly more matches for a similar term than the term actually searched for (in a situation of a typo for example)
    • If namespace or subpage pill is present. In this case secondary results will show direct matches in other namespaces/pages.

Autocomplete pills

Autocomplete search bar supports pills for namespace and subpages. This means that if a user types "Help:" a pill for the namespace "Help" will be created and any term typed-in after will be only searched in namespace "Help". Subpage pills work in the same way. If the user types in "PageName/", any term given afterwards will be matched in the context of that page, eg. searching for "TestPage/Te" will match only subpages of "TestPage" that contain "Te" in the title, like "TestPage/Test" and "TestPage/TestSubpage".

Autocomplete configuration

Previously explained is the full version of the autocomplete popup. Wiki admins can also choose to use "Simple autocomplete", which contains only one column with primary results and tools, without secondary results. This type of autocomplete is also more compact. This setting is available from BlueSpiceConfigManager, under settings for extension BlueSpiceExtendedSearch - Use simple autocomplete.

SearchCenter

SearchCenter is a special page that provides full functionality of the search. Searching in SearchCenter is done over the same search bar used for autocomplete. SearchCenter consists of several parts.

  • Hit count - shows how many matches a search has returned. It may be exact of approximate. Approximation is due to dynamic check for permissions to view each page in the results, some results may not be shown to the user with no adequeate permissions event if it matches the search term.
  • Tools - these are located on the top right and represent a set of buttons for managing the search results.
    • Create a page - represented by a "plus" button - will create a page with current search term as a title (only visible if user has permission to create pages)
    • Add filters - represented by a "funnel" icon - opens a dialog where user can select the type of filter to apply to the search.
    • Search options - represented by a "gear" icon - opens a dialog where user can change settings for the current search. It provides options like number of results per page, sorting field and order...
    • Export search - represented by "export" icon - opens a dialog to export current search results to a dedicated page.
  • Filters. Filters are displayed in form of pills underneat the hit count. Each filter pill represent a different attribute search results can be filtered by. Filter values can be changed by clicking on the filter pill and selecting desired options from the popup that will open. Filter can be removed by clicking on "x" button on the right of each pill.
  • Results. If current search criteria yields any results, list of results will appear below the filters. Information available in the result are (depending of result type):
    • Main title of the result (page title, file name...)
    • Result type
    • Size and extension (for files)
    • Redirect infomartion (for wikipages, if page is a redirect to another page, or another page redirects to it)
    • Original name (for wikipages, if page display title is different than actual page title)
    • Secondary information like, for wikipages, category page belongs to, modification and creation date, author...
    • Snippet of the matches in the content of the page (if there are matches in the page content),
    • Sections with matches in content (for wikipages)


See also

Eeference page for this extension.

Attachments

Discussions