www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  Genie    Default search option
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Posted
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
 
Posts: 2 | Registered: Thu March 08 2007Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
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.)
 
Posts: 217 | Registered: Wed June 29 2005Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
CDale,

Thanks for the instructions. Worked like a charm.

Thanks again.
 
Posts: 2 | Registered: Thu March 08 2007Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 

www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  Genie    Default search option