PassMark Logo
Home » Forum

Multiple Search Params for a given search.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gjhearn
    Newbie
    • Oct 2007
    • 1

    #1

    Multiple Search Params for a given search.

    Hello,

    I have recently purchased V5 Enterprise Edition and i would just like to know how i could possibly generate an advanced search zoom result with a form like the follwing: http://www.tradingboat.com/search.png ?

    I am dynamically displaying my pages using .aspx.

    Best Regards,

    Greg Hearn
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    The short answer is no.

    You need a criteria based database search to allow searching for items like price range and boat length in metres or feet. All the data about the boats would need to be arranged into structured records and placed into a database. Then you would need to write a SQL query to select just the interesting records from the database.

    Zoom works more like Google, in that it does a text based search on unstructured data.

    Comment

    Working...