How to enable command searching in WebVoyage
- Product: Voyager
- Product Version: 8.2.2
Question
How to enable command searching in WebVoyage?
Answer
- On the Voyager server, open webvoyage.properties located at: /m1/voyager/XXXdb/tomcat/vwebv/context/vwebv/ui/[SKIN NAME]/
- Within webvoyage.properties locate the heading "Basic Search Codes".
- To enable Command Search with relevance, locate and uncomment the following lines:
# page.search.basic.search.code.commSearchWithRel= # page.search.basic.search.code.commSearchWithRel.code=CMD* # page.search.basic.search.code.commSearchWithRel.order=11 # page.search.basic.search.code.commSearchWithRel.display=Command Search with Relevance
- To enable Command Search locate and uncomment the following lines:
# page.search.basic.search.code.commandSearch= # page.search.basic.search.code.commandSearch.code=CMD # page.search.basic.search.code.commandSearch.order=14 # page.search.basic.search.code.commandSearch.display=Command Search
- Save webvoyage.properties
- To use command search, you must select a command search type from the drop down in WebVoyage Basic Search.
- Article last edited: 26-Jun-2014