KThe WASD Query facility provides real-time searching of plain-text and HTMLOdocuments. It is a simple-string search, not a REGEX-style search, although itHmay contain the wildcard characters "*", matching zero or morePcharacters, and "%", matching any single character. (When no wildcardNcharacters delimit the search string it behaves as if "*" charactersIwere present.) It is designed to provide a simple mechanism for locating:documents containing a keyword, not for document analysis.M

Further informationb

Search WASD documentationX

Search source code