Questions tagged [simple-search]
The simple-search tag has no summary.
54 questions
0
votes
1
answer
37
views
How do I use pagination on a search results page?
I am running EE 7.3.12 and using Simple Search for a search box. The search works correctly but I am having trouble applying the pagination element.
Here is the search box code:
{exp:search:...
0
votes
1
answer
41
views
Front end not logged in when I am logged in at the back end EE6.2.5
When I am logged in as super admin the front end is not recognising this, and so I am unable to post comments, use the search engine, among other things. Is it likely that there is something wrong in ...
0
votes
1
answer
73
views
Simple search error when no results found
I'm using simple search with EE 5.2.1. Searches work fine when there is a matching result, but I get the following error when no results are found:
Warning
array_unique() expects parameter 1 to be ...
1
vote
0
answers
40
views
Simple search returning blank screen
I'm having inconsistent behavior getting search results. The page in question is here:
http://utk.edu/alpha/
Using that search form with terms like "english" or "calendar", etc. Sometimes the ...
0
votes
1
answer
193
views
Simple Search form action is set to main site page
I'm trying to implement simple search on our blog. Previously we'd used the Google Custom Search Engine, but since they removed the pay as you go option to remove ads, competitor ads are showing up in ...
0
votes
1
answer
47
views
Simple form showing "no results" correctly but not displaying "results" correctly
I have tried to include the simple form on my text site but it only seems to work if you type in a keyword that isnt in any of the entries.
I have copied my code below for my search field:
{exp:...
0
votes
1
answer
869
views
Simple Search "You are not permitted to use the search engine." if I am not logged in
I have a simple search form installed on EE3, and I am only allowed to use the site search if I am logged in to the control panel. Is there a permissions setting I am missing somewhere? I don't have ...
0
votes
1
answer
77
views
Simple Search segments
EE 2.10.1
OK, so I haven't ever actually used EE's native search functions (always use add-ons or craft my own module to function as a search appliance [because of stupidly complex ERDs so weird ...
0
votes
2
answers
262
views
Simple search form shows entries with closed status
I use the following simple search tag:
{exp:search:simple_form channel="content|symposium|whos_who|nieuws" results="9" search_in="entries" where="all" result_page="zoeken/index" no_result_page="...
0
votes
1
answer
179
views
Search form to go directly to entry if exact keyword entered
I have a search form that searches based on keywords (which are essentially series of serial numbers for a product) in a channel field. I would like search to go directly to entry if a valid keyword ...
1
vote
1
answer
359
views
Simple Search and Grid field not returning results
EE v2.8.1 - Build Date: 20140314
I have a Grid field that is set to searchable, the columns are also set to searchable. It is in the about channel and is populated using the pages module. I have a ...
0
votes
0
answers
182
views
Simple Search returning no results
I'm having an issue with a simple search returning no results for a channel. All the fields in the channel are plain text fields, and all are set to be searchable. All entries in the channel have a ...
1
vote
1
answer
707
views
How do I order simple:Search results by channel?
I am using a simple:search form in the site footer to search specific channels and display results in search/results, but have not successfully been able to organize them per channel as of yet. Here ...
1
vote
1
answer
178
views
how to stop null submission of search in expressionengine
I wants to stop the search field submission, if my search field is empty or null. can anyone help me that how to do this, or is it possible. because when i am clicking on search button when my search ...
1
vote
1
answer
714
views
Custom no results page not showing, shows default page
I am trying to get a custom no search result page working and all I keep getting is the standar white background/ gray box with the text,
Search Results:
Your search did not return any results.
...
1
vote
1
answer
123
views
simple search not including some channels in results
For some reason news does not get included in the search results on this site, apparently it never did and people didn't notice until a year or so later.
This is the search code
{exp:search:...
1
vote
1
answer
71
views
Display channel search result was found in
I'm wondering if there's any way to display the channel a search result was found in on the search results page. I have about 6 channels and I want to be able to search all of them with one search ...
2
votes
0
answers
104
views
Simple Search & Matrix. What am I doing wrong?
I have read every post I can find on this topic and cannot get it to work.
I have set both the Matrix field and Matrix columns to Searchable.
I have re-saved my entries.
No matter what, my search ...
3
votes
2
answers
160
views
Using Simple Search to look in an entry's selected categories?
I have a simple search form set to look in entries. When I search for the category name that I have selected in some entries, the entry does not show in the results. Should I be able to use Simple ...
0
votes
1
answer
122
views
Why can't Simple Search find any results?
I have used Simple Search many times on many sites, but for some reason on this one, I am not getting any results when I know the keywords are there.
http://192.196.159.46/membership/business-search
...
0
votes
1
answer
257
views
Form Submit Error Page and Success Page
Does anyone no how to style the standard EE success/error page that appears after submitting a simple form? It would be nice not to have this default page and style.
1
vote
2
answers
261
views
simple search results not including body content
I am using the simple search by Expression Engine and the searches are fine, but they are just returning title results and not searching the body content. I have the excerpt search in the channel ...
1
vote
1
answer
355
views
Simple Search Form
I am using this code which I thought was right.
{exp:search:simple_form channel="work" search_in="everywhere" role="search" id="search-form"}
<label class="screen-reader-text" ...
1
vote
1
answer
115
views
Using EE Search with Store
I'm using EE2's simple search like so.
{exp:search:simple_form result_page="search" search_in="title" status="open" channel="gg_store"}
<input type="text" id="searchBox" name="keywords" ...
1
vote
1
answer
62
views
Simple Search provide Status Dynamically
I have a simple search form that I would like to submit a status dynamically, is there any way to do this, right now I am using javascript to submit the form and depending on what status options are ...