PassMark Logo
Home » Forum

Change parameter name from zoom_query?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • myalo
    Junior Member
    • Aug 2008
    • 4

    #1

    Change parameter name from zoom_query?

    Hi
    Is it possible and where can one change the parameter when calling an aspx page with ZoomASPX:ASPXSearch control? For example I would like to call my aspx as follows, zsearch.aspx?q=thequeryString
    Thanks
    Moshe
  • Ray
    Administrator
    • Dec 2004
    • 4357

    #2
    The ASP.NET Server Control is compiled code (in unmanaged C++ and C#). The "zoom_query" parameters cannot be changed without recompilation.

    You can consider using the URL Rewriting option of your web server however, so that q= will be the same as zoom_query= behind the scenes.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    • myalo
      Junior Member
      • Aug 2008
      • 4

      #3
      Thanks

      Might be a nice option in the future to add that as an attribute of the control.
      Thanks

      Comment

      Working...