You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cataloging is repetitive. The **Search History** (`search_history.php`) keeps track of your recent activities.
70
-
71
-
***Session History:** Lists every search performed since you logged in. Click any entry to re-execute it.
72
-
***Saved Searches:** Access queries you explicitly saved. Useful for monthly reports or routine maintenance checks (e.g., "Show me all books without an ISBN").
73
-
***Combine Sets:** Advanced users can combine previous result sets (e.g., "Result Set #1" **NOT** "Result Set #2").
70
+
- The shown history is for the current database.
71
+
- A click on the magnifier icon executes the query
74
72
75
73

76
74
@@ -106,8 +104,12 @@ Click the name of a parameterset and all fields in the set will be copied to the
106
104
107
105
#### Record Selection
108
106
Main goal of the record selection is to limit the number of results for the resulting list. This limits also the time to search for arbitrary strings.
107
+
108
+
Only one selection method can be used for the search
109
109
- By a standard search. See [Search](#2-search)
110
110
Button Search` will copy the search expression to the form
111
+
- By using the MFN's of previously selected records.
112
+
This method is only shown if there are selected records. It is not possible modify the MFN numbers.
111
113
- By entering an MFN range
112
114
This options is intended for checks and rarely used, so hidden during normal operation
113
115
@@ -136,7 +138,7 @@ Action buttons on the bottom of the form:
136
138
- Button `Executes` the search, sorts and marks the results and shows the [Result form](#-result-form)
- Check box is used to add the record to the set of selected records. Equivalent to Check box in [Toolbar record](../data-entry.md#2-the-record-toolbar-toolbar_recordphp)
142
144
- Shows the selected record in a pop-up window with the default display format. Each clicked record gets its own pop-up window. This allows to visually compare the complete records.
@@ -168,3 +170,4 @@ In bibliographic databases mostly the title field.
0 commit comments