[Solved]Problem about creating special search
-
climanjaro last edited by leocg
How I create search engine for following website?
https://www.celebritymoviearchive.com/I right clicked into the search bar and "Create search engine" .
But when I any search, it doesn't work.This methode is working another web sites, but it didn't work on this page.
Actually I did it befor, but I don't remember how I could. -
burnout426 Volunteer last edited by burnout426
Goto the URL
opera://settings/searchEngines
, click the edit icon next to that custom search.Make sure the URL is set to:
https://www.celebritymoviearchive.com/tour/search.php
, check the "POST" box and enter:
searchstring=%s
for the post query string field.
If you right-click in the search field on the site and choose "inspect element", you'll see method="post" for the form and you'll see name="searchstring" for the text field.
The alternative to the above is to not use POST and set the URL field in the search engine's settings to:
https://www.celebritymoviearchive.com/tour/search.php?searchstring=%s
-
climanjaro last edited by
@burnout426
Thank you so much my friend.
it worked.Thank you also for the detail.
-