Add search functionality

Issue #9 resolved
Mihael Schmidt repo owner created an issue

Add a search box in the main menu bar. The user should enter the search term and hits enter. The web frontend calls a REST service from iledocs.rest and returns a search result object.

The search result object should contain the search term, number of hits, search result entries. The search result entries should also state what type of entry matches, like module name, procedure name, parameter, description, ...

Comments (6)

  1. Mihael Schmidt reporter

    Currently iledocs.rest doesn't have such a REST service. Needs also to be implemented.

  2. Mihael Schmidt reporter
    • add a search input box in the navigation bar in the frontend
    • create a REST service for the search - returns a search result
    • frontend should show a dialog with the search result
    • user should be able to filter the search result by type (project, program, procedure, variable, constant, file)
    • button/link for opening the documentation for a search result entry
    • add a search input box in the dialog for the user to restart a search with another search term
  3. Log in to comment