scratchpad:brush_up_search
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| scratchpad:brush_up_search [2016/05/13 15:53] – Adding synonym dictionary instructions provided by Martha Driscoll at NOBLE klussier | scratchpad:brush_up_search [2025/07/26 23:06] (current) – ↷ Links adapted because of a move operation 123.20.142.49 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| =====Apostrophe Searching===== | =====Apostrophe Searching===== | ||
| - | **The problem:** Evergreen uses a modified NACO normalization scheme to better handle apostrophe searching for French records. The problem is that this normalization scheme doesn' | + | **The problem:** Evergreen uses a modified NACO normalization scheme to better handle apostrophe searching for French records. The problem is that this normalization scheme doesn' |
| **Who should consider this adjustment: | **Who should consider this adjustment: | ||
| Line 14: | Line 14: | ||
| UPDATE config.metabib_field_index_norm_map a | UPDATE config.metabib_field_index_norm_map a | ||
| SET norm = 1 | SET norm = 1 | ||
| - | FROM (SELECT norm FROM config.metabib_field_index_norm_map) AS subquery | + | FROM (SELECT |
| WHERE subquery.norm = 17 and a.id = subquery.id; | WHERE subquery.norm = 17 and a.id = subquery.id; | ||
| </ | </ | ||
| - | A [[scratchpad: | + | A [[troubleshooting: |
| =====Synonym Dictionary===== | =====Synonym Dictionary===== | ||
| Line 36: | Line 36: | ||
| The synonym dictionary template is used to create dictionaries that replace a word with a synonym. Phrases are not supported. | The synonym dictionary template is used to create dictionaries that replace a word with a synonym. Phrases are not supported. | ||
| - | Note: after creating a new dictionary or adding to an existing dictionary, [[scratchpad: | + | Note: after creating a new dictionary or adding to an existing dictionary, [[troubleshooting: |
| Line 231: | Line 231: | ||
| </ | </ | ||
| - | **6. [[scratchpad: | + | **6. [[troubleshooting: |
| See sample [[scratchpad: | See sample [[scratchpad: | ||
scratchpad/brush_up_search.1463169192.txt.gz · Last modified: 2022/02/10 13:33 (external edit)