File:  [LON-CAPA] / loncom / html / adm / help / tex / Quicksearch.tex
Revision 1.2: download - view: text, annotated - select for diffs
Thu Jul 13 18:11:14 2023 UTC (11 months, 3 weeks ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
- Fix documentation

\label{Quicksearch}

This search function allows you to look for resources in your authoring space. It searchs not only the current directory but also other directories in the authoring space you have access to. Search results will be shown in two tables. The first is the one you see every time you enter the authroing space. If you type in a search term it will shrink and only show matching entries. If resources in other locations are found a second table will be created underneath. You can see which folder the files are in and can easily access the file or open it in an editor.
\newline
To narrow down your search results you can enable the usage of \textbf{regular expressions} by clicking on the corresponding checkbox. This will allow you to use more complex search patterns:
\newline
\textbf{Examples:}
\begin{itemize}
\item{You want to search for resources that start with 'math' but dont have 'math' in the middle of a word. Type '\textbf{^math}'.}
\item{You want to list all html pages and jpg files in your authoring space. Just type "\textbf{html|jpg}"}
\end{itemize}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>