Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Document Searcher

Control GrooperReview.DocView

Provides a UI for searching the text content of the current document.

Remarks

Overview

The Document Searcher control enables users to search for text within the currently displayed document in the Grooper web client. It is designed for fast, interactive searching, allowing users to locate keywords, phrases, or patterns and navigate between results.

Purpose

  • Search the text content of the active document.
  • Highlight and navigate between multiple search hits.
  • Clear search results and reset the search interface.

Main Features

  • Search Input:
    Enter search terms or phrases to locate within the document's text.
  • Match Navigation:
    Use the {Navigator} child control to move between found matches, with clear indication of the current hit and total matches.
  • Clear Search:
    The {clear} button resets the search, removing highlights and results.

Interactive Components

  • Inputs:
    • Search box for entering text queries.
  • Buttons:
    • {clear}: Clears the current search and resets the interface.
  • Child Controls:
    • {Navigator}: Allows navigation between multiple search hits.

Usage Guidance

  1. Enter a search term in the search box.
  2. The control highlights all matches and displays the number of hits.
  3. Use the {Navigator} to move between matches.
  4. Click {clear} to remove search results and start a new search.

Example

The following diagram illustrates the typical layout of the Document Searcher control:

┌─────────────────────────────────────────────┐
│ {Search Box}                                │
├─────────────────────────────────────────────┤
│ {Navigator}  [Matches: 3/10]                │
│   ├─ {First} {Previous} {Next} {Last}       │
│   └─ Current match highlighted in document  │
├─────────────────────────────────────────────┤
│ {clear}                                     │
│   └─ Button to clear search results         │
└─────────────────────────────────────────────┘

Notes

  • The control is optimized for usability, with keyboard shortcuts available for navigation (see {Navigator} documentation).
  • Search results are updated in real time as you type.
  • The control is intended for use in document review and analysis workflows within Grooper.

Command Buttons

ButtonShortcut KeySummary

Child Controls

NameTypeSummary

Used By

Notification