If you use a French database, you can specify that Horizon treats words with apostrophes (such as l’homme) as two words for indexing and searching. By default, Horizon removes apostrophes as it indexes. Because staff or borrowers might want to search for both l’ and homme, you can specify that Horizon replaces the apostrophe with a space.
This change affects your entire database. If you do this task, you will be changing all apostrophes into spaces for searching and indexing.
To apply indexing changes for French databases
1 | Open your SQL query tool. |
2 | Connect to your French database. |
3 | Execute this script: |
update ipac_keyword_processor_map set output_string = ‘0020’ where input_char = ‘0027’
© 1998-2017 Sirsi Corporation