How do I know if holdings keyword searching is enabled?
- Product: Voyager
- Product Version: 7.2.3
Question
How do I know if holdings keyword searching is enabled?
Answer
- Check for presence and recent update of mfhd.data directory and its files (under /m1/voyager/xxxdb). This is parallel directory to /data directory that holds bib keywords.
- Check for holdings keyword entry in GLOBAL_PARM table:
select * from GLOBAL_PARM;
and look for this row: PACKAGE MFHD Keyword Search
; OR
select * from GLOBAL_PARM where VALUE='MFHD Keyword Search';
which will return the row above.
- Article last edited: 08-Oct-2013