No Results Returned After 2.1.2 Update
Hi, I updated to 2.1.2 from 2.0.1 and I'm running EE v2.5.3. After I updated, my previously functional site search started returning the no results tag no matter what I searched for. I tried rebuilding the indexes and deleting and recreating them, but nothing has made it show results from a search query.
I checked the template debug and this is what it said:
(0.213336 / 22.58MB) Calling Class/Method: Low_search/results
(0.213409 / 22.58MB) -> Class Called: Low_search
(0.213513 / 22.58MB) -> Method Called: results
(0.215597 / 22.69MB) Low Search: starting search (fallback)
(0.232932 / 22.69MB) Low Search: Calculating relevance score
(0.280874 / 23.04MB) Low Search: Applying collection modifier to search results
(0.283857 / 23.04MB) Low Search: Caching search results
(0.284592 / 22.59MB) Low Search: Setting fixed_order parameter
(0.284736 / 22.59MB) Low Search: Calling the channel module
(0.297192 / 22.68MB) Calling Extension Class/Method: Low_reorder_ext/channel_entries_query_result
(0.297320 / 22.68MB) Calling Extension Class/Method: Assets_ext/channel_entries_query_result
(0.297573 / 22.68MB) Calling Extension Class/Method: Low_search_ext/channel_entries_query_result
(0.298858 / 22.81MB) Calling Extension Class/Method: Matrix_ext/channel_entries_tagdata
(0.299017 / 22.81MB) Calling Extension Class/Method: Pt_field_pack_ext/channel_entries_tagdata
(0.299723 / 22.48MB) -> Data Returned
(0.299759 / 22.47MB) Calling Class/Method: Low_search/form
(0.299854 / 22.47MB) -> Class Called: Low_search
(0.299961 / 22.47MB) -> Method Called: form
(0.300437 / 22.50MB) Low Search: form tag - no or invalid query given
And this is the form tag I'm using:
{exp:low_search:form
collection="avp_profiles|events|external_links|gallery|news|pages|spotlight|vp_council|vp_office_staff|vp_office_student_staff"
search_mode="all"
result_page="search"
form_class="search_form"
site="1"
status="open"
loose_ends="yes"
}
input type="text" class="search_field" value="{keywords}" name="keywords"
input type="submit" class="search_btn button" value="Search"
{/exp:low_search:form}
Any ideas as to why this is happening?
Replies
Low 2 Dec 2012 09:54
The log seems to say that there are search results generated and being passed on to the channel:entries module. What does your low_search:results opening tag look like?
Eric 2 Dec 2012 09:56
{exp:low_search:results query="{segment_2}" status="open" limit="10" disable="categories|member_data" pagination="bottom"}
Low 2 Dec 2012 09:58
And this is returning no results when it should?
Might need to take a look myself. Any chance you can send superadmin login credentials to hi at gotolow dot com?
Low 2 Dec 2012 11:15
The issue was solved by removing the site="1" parameter from the Form tag.