close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

getting previous/next item WA search results page

Thread began 9/09/2013 2:54 pm by bentulk | Last modified 9/10/2013 7:12 am by Jason Byrnes | 633 views | 1 replies |

bentulk

getting previous/next item WA search results page

I have search>results>detail pages set up using the WA search wizard. It is a text search. One text field.

I am trying to create 'previous' and 'next' links on the detail page, to page through the items on the search results page.

I understand I should create 'previous' and 'next' item recordsets on the detail page. And you have helped me before create code for this.

The problem I'm having is filtering these recordsets by the search words used in the original search.

My question is, how can I apply the search to a recordset on a different page? I have tried to figure out how to use the search session variable in the query, but I don't understand how it will fit.

My detail page code is attached. (untested). I only need help applying the search session to the recordset results.

Thanks,

Ben

Attached Files
webassistSearchPrevNext.txt
Sign in to reply to this post

Jason ByrnesWebAssist

The search session variable will contain the conditions that where searched for, for example:

AND (columnName = "search term")


you would need to edit the code for the recordset to concatinate the results session variable, for example change:

php:
$query_rsNext = sprintf("SELECT * FROM madelenaitemsforweb WHERE rankPrice > %s ORDER BY madelenaitemsforweb.rankPrice DESC LIMIT 1", GetSQLValueString($paramID_rsNext, "int"));




to:

php:
$query_rsNext = sprintf("SELECT * FROM madelenaitemsforweb WHERE rankPrice > %s ".$_SESSION['WADbSearch1_pagename_results']." ORDER BY madelenaitemsforweb.rankPrice DESC LIMIT 1", GetSQLValueString($paramID_rsNext, "int"));




this is custom coding though and is not supported. also, i don't know the session name, so you will need to find that and adjust the example accordingly.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...