|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
I am trying to get the "Catalog Search" (this is the one with the multiple query options)to be the default view when the opac.aspx page is loaded. By default the "Simple Catalog Search" comes up, How can I change the default to the multiple query options?
Thanks |
|||
|
Navigate to the ConfigFiles subfolder and open the MyQueries.config file in a text editor like Notepad. Change this:
<!-- ** Note: Use special TextbaseName="Opac" to specify the screens listed in the opac.aspx --> <inmg:QueryScreens TextbaseName="Opac"> <inmg:QueryScreen Name="simple_opac_search"></inmg:QueryScreen> <inmg:QueryScreen Name="opac_search"></inmg:QueryScreen> </inmg:QueryScreens> To this: <!-- ** Note: Use special TextbaseName="Opac" to specify the screens listed in the opac.aspx --> <inmg:QueryScreens TextbaseName="Opac"> <inmg:QueryScreen Name="opac_search"></inmg:QueryScreen> <inmg:QueryScreen Name="simple_opac_search"></inmg:QueryScreen> </inmg:QueryScreens> Save the file, and restart the World Wide Web Publishing Service using the Services window. (Restarting WWW is necessary in order to get IIS to recognize changes to any file in the ConfigFiles folder.) |
||||
|
CDale,
Thanks for the instructions. Worked like a charm. Thanks again. |
||||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|

