the result search page is always the index page of my site
Do you have a small tutorial for Low search ?
whatever is my setting for the default result page (setted Extension Settings: Low Search, or in the code above), the result search page is always the index site page that is defined by EE.
Here the code i use in the search page:
{exp:low_search:form collection="news" search_mode="all" result_page="mysite/search"}
Keywords
Search
{/exp:low_search:form}
I put mysite/search too on the Default result page setting it doesn't work. The result page is the main page, mysite.com.
The code generated by Low Search:
form method="post" action="http://mysite.com/"
input type="hidden" name="site_id" value="1"
............................................................................
i'm lost, Regards
Stéphane
Replies
Low 4 Jun 2013 21:18
So the result_page parameter is not working, the form submits to the index page of your site and stays there?
What are your PHP, EE and LS versions? Also, what kind of webserver are you running?
Can you copy/paste the full output of the Low Search Form tag in http://pastie.org as GetSat messes code up...
Stéphane Cabaret 4 Jun 2013 23:23
Thanks for your reply.
Yes, the form submits always to the index page, whatever the setting for the defaut result page. I did a fresh install of EE, in a other folder, same result.
PHP Version 5.2.13
EE 2.6.1
Low Search 2.3.1
the webserver is Apache
Here the copy/paste:
http://pastie.org/8007037
Stéphane Cabaret 5 Jun 2013 02:29
It believe that the problem is solved. It would be a problem with an other plugin, module. Because i did an other install, without other modules and plugins, and it works.
I will reinstall all the EE system, and will inform you soon.
regards
Stéphane Cabaret 5 Jun 2013 03:16
The plugin who give me problems is CE string 1.4.1.....
I 've reinstalled the EE system, and all the plugins one by one..... All was working fine, until CE string installed. Problems with Low Search and EE search module, and with Tagger module.
regards,
Stéphane
Stéphane Cabaret 5 Jun 2013 03:54
I've really found the problem, it was so simple: setting the Name of your site's index page..... index.php
regards
Low 5 Jun 2013 06:49
Ah good. :) Glad you found the solution.