close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Do we still need to include =&Search=Search at the end of the url to clear searches?

Thread began 5/12/2020 8:36 am by jo271221 | Last modified 2/15/2021 9:50 am by Ray Borduin | 486 views | 7 replies |

jo271221

Do we still need to include =&Search=Search at the end of the url to clear searches?

Are there other options to clear the search? url rewrites?

I stumbled upon this old code (below) which I am sure you helped me with and have some questions.

1) I see this code is related to a session but I don't understand if it requires a user to be logged in or if a session can refer to a search session.

2) If this code is effective, and recommend are there any changes that should be made to work with mySQLi ?

3) If we use this code for mySQL page does it need to be modified (replace GET with something) (I am thinking that GET is vulnerable, but I am sorry, I don't recall the related details.)

CODE
<?php
if(!session_id()) session_start();
if(isset($_SESSION["WADbSearch1_events_Results"]) && isset($_GET['reset']) && $_GET['reset'] == "true") {
unset($_SESSION["WADbSearch1_events_Results"]);
}
?>

Thank you!

Sign in to reply to this post

Ray BorduinWebAssist

This code can be removed with MySQLi pages.

Sign in to reply to this post
Did this help? Tips are appreciated...

jo271221

My search is not clearing. I did find another post where it was recommended to use the code below. I tried that but my search is still not clearing.

<?php
if (isset($_GET['clear']) && $_GET['clear'] == "true") {
$searchWADAtbl_tablename_WADbSearch1->clearSearch();
}
?>
I thought it may because I had mySQL and mySQLI on the same page so I temporarily removed that but still the page did not clear.

I have attached the page and pasted links in PM

Sign in to reply to this post

Ray BorduinWebAssist

Update your link to the page to:
https://performancehorsehotline.com/barrel-races/index2.php?Search=1

That will clear the search.

Sign in to reply to this post
Did this help? Tips are appreciated...

jo271221

Thank you!

It appears that =&Search=Search and this ?Search=1 appended after the file name will clear the search.
Is one better than the other?

I was actually hoping that in mySQLi we could add a code to the page that would actually clear the search without anything appended to the URL for a cleaner look when pasting to social networks and sharing. Do you have a remedy for that other than url rewrites?

My url rewrites seem to be working to clear the search but the logic does not make sense to me. (examples in PM)

Sign in to reply to this post

Ray BorduinWebAssist

If you are coming from a social network or sharing then there will be no filter to clear, so you don't need to include it.

The search persists because if you have multiple pages of results you wouldn't want them to clear as you go from page to page, or if you view the details and come back.

Sign in to reply to this post
Did this help? Tips are appreciated...

jo271221

I am using the links in my navigation to various pages or search results within pages. I guess I will experiment with my url rewrites.
Thank you,

Sign in to reply to this post

Ray BorduinWebAssist

Yes, you could always do a mod rewrite and use a link like /newsearch and have that rewritten to /barrel-races/index2.php?Search=1

Sign in to reply to this post
Did this help? Tips are appreciated...

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...