Skip to content

Commit 46f6c2f

Browse files
committed
It improves guidance on cataloging research.
1 parent 1e582fd commit 46f6c2f

File tree

8 files changed

+89
-18
lines changed

8 files changed

+89
-18
lines changed
Lines changed: 89 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,101 @@
11
---
2-
title: Search and Retrieval
2+
title: Search & Retrieval Tools
33
sidebar_label: Search & Retrieval
44
sidebar_position: 2
55
---
66

7-
# Search and Retrieval
7+
# Search and Retrieval Tools
88

9-
ABCD provides two primary methods for finding records within the Cataloging module.
9+
The Cataloging module provides **5 distinct methods** to retrieve records. Each method is designed for a specific cataloging need, ranging from quick lookups to complex boolean queries and sequential text analysis.
1010

11-
## 1. Dictionary Search (Browse)
12-
Access: **Toolbar > Dictionary Icon (A-Z)**
11+
![Forms search](../../../media/abcd-modules/cataloguing/manual/data-entry/forms-search.png)
1312

14-
This method allows you to browse the **Inverted File** (Index). It is the most precise way to find records because you see exactly what is indexed.
15-
* Select a prefix (e.g., `TI_` for Titles, `AU_` for Authors).
16-
* Type the first few letters.
17-
* The system displays the index list. Select one or more terms to retrieve the records.
1813

19-
## 2. Advanced Search
20-
Access: **Toolbar > Search Icon (Magnifying Glass)**
2114

22-
This allows for Boolean searching (AND, OR, NOT).
23-
1. **Field:** Select the field to search (Title, Author, Subject).
24-
2. **Expression:** Type your search term.
25-
3. **Operator:** Connect multiple lines with Boolean operators.
15+
## 1. Quick Search (Top Bar)
16+
Located at the top of the cataloging interface, this is the fastest way to find a record if you know a specific identifier.
2617

27-
*Example:* `Title: History` **AND** `Author: Smith`
18+
![Quick Search (Top Bar](../../../media/abcd-modules/cataloguing/manual/data-entry/forms-search-topbar.png)
2819

29-
## Search History
30-
ABCD maintains a session-based history of your searches. You can click on the **History** icon to recall previous result sets without re-typing the query.
20+
* **How it works:**
21+
1. Select the **Index** from the dropdown menu (e.g., `Title`, `Author`, `Control Number`).
22+
2. Type your term in the text box.
23+
3. Press **Enter** or click **Go**.
24+
* **Technical Note:** This sends a direct query to the Lucene/CISIS Inverted File using the prefix defined in your FST (e.g., `TI_` for Title).
25+
26+
---
27+
28+
## 2. A-Z Dictionary Browse (`alfa.php`)
29+
**Icon:** ![alt text](../../../media/abcd-modules/cataloguing/manual/data-entry/data-entry-a-z.png) (A-Z List)
30+
31+
![alt text](../../../media/abcd-modules/cataloguing/manual/data-entry/forms-search-az.png)
32+
33+
34+
This is the most precise retrieval method because it eliminates "zero results" due to typos. Instead of guessing a term, you browse the **Inverted File** (Index) directly.
35+
36+
**Workflow:**
37+
1. Click the **A-Z** icon.
38+
2. **Select a Prefix:** Choose which index to browse (e.g., "Authors").
39+
3. **Browse:** The system displays a scrollable dictionary of terms actually existing in the database.
40+
4. **Select:** Click on a term to retrieve all linked records.
41+
* *Tip:* You can select multiple terms to perform an `OR` search (e.g., "Smith" OR "Smyth").
42+
43+
---
44+
45+
## 3. Advanced Search (`buscar.php`)
46+
**Icon:** ![alt text](../../../media/abcd-modules/cataloguing/manual/data-entry/data-entry-search-icon.png) (Magnifying Glass)
47+
48+
The Advanced Search provides a structured form for building complex queries using Boolean Logic (`AND`, `OR`, `NOT`).
49+
50+
![Advanced Search](../../../media/abcd-modules/cataloguing/manual/data-entry/forms-search-advanced.png)
51+
52+
**Features:**
53+
* **Multiple Fields:** Combine different criteria (e.g., `Author="Asimov"` **AND** `Year="1980"`).
54+
* **Search History Access:** Provides a shortcut to reload previous queries.
55+
* **Save Search:** You can save complex queries to your user profile (via `busqueda_guardar.php`) to re-run them later.
56+
57+
---
58+
59+
## 4. Free Search / Text Search (`freesearch.php`)
60+
**Icon:** ![Free Search](../../../media/abcd-modules/cataloguing/manual/data-entry/data-entry-free-search-icon.png) (Database Search)
61+
62+
Unlike the other methods that rely solely on the Index (FST), the **Free Search** is a powerful tool that can perform **Sequential Searches** on the raw data. This allows you to find text in fields that are *not* indexed.
63+
64+
**Key Capabilities:**
65+
* **Results in List:** Displays matches in a spreadsheet-like grid (defined in `freesearch_ex.php`), ideal for reviewing large sets of data.
66+
* **Field Targeting:** You can search for a string specifically within a chosen tag (e.g., "Find 'Biology' inside Tag 650").
67+
* **Range Search:** Filter by MFN range (e.g., "Search only records 100 to 500").
68+
69+
![Free Search](../../../media/abcd-modules/cataloguing/manual/data-entry/forms-free-search.png)
70+
71+
:::info Sequential Search
72+
Since this method scans records one by one (if not using the index), it is the only way to find data in non-indexed fields (like Notes or internal URLs), though it may be slower on very large databases.
73+
:::
74+
75+
---
76+
77+
## 5. Search with Thesaurus
78+
**Icon:** ![Search with Thesaurus](../../../media/abcd-modules/cataloguing/manual/data-entry/data-entry-tesaurus.png) (Notebook)
79+
80+
If your system is connected to a Thesaurus database, this tool allows you to search using **Controlled Vocabulary**.
81+
82+
1. Type a term (e.g., "Education").
83+
2. The system looks up the term in the Thesaurus.
84+
3. It displays relationships: **BT** (Broader Terms), **NT** (Narrower Terms), and **RT** (Related Terms).
85+
4. Selecting a term executes a search in the main catalog for that standardized descriptor.
86+
87+
88+
![Search with Thesaurus](../../../media/abcd-modules/cataloguing/manual/data-entry/forms-tesaurus.png)
89+
90+
---
91+
92+
## 6. Search History & Management
93+
**Icon:** ![Search History & Management](../../../media/abcd-modules/cataloguing/manual/data-entry/data-entry-search-history-icon.png) (Clipboard)
94+
95+
Cataloging is repetitive. The **Search History** (`search_history.php`) keeps track of your recent activities.
96+
97+
* **Session History:** Lists every search performed since you logged in. Click any entry to re-execute it.
98+
* **Saved Searches:** Access queries you explicitly saved. Useful for monthly reports or routine maintenance checks (e.g., "Show me all books without an ISBN").
99+
* **Combine Sets:** Advanced users can combine previous result sets (e.g., "Result Set #1" **NOT** "Result Set #2").
100+
101+
![Search History & Management](../../../media/abcd-modules/cataloguing/manual/data-entry/forms-history.png)
66.1 KB
Loading
25.5 KB
Loading
83.4 KB
Loading
113 KB
Loading
3.47 KB
Loading
12.1 KB
Loading
57.2 KB
Loading

0 commit comments

Comments
 (0)