Skip to main content

Questions tagged [simple-search]

Filter by
Sorted by
Tagged with
0 votes
1 answer
37 views

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:...
forrest's user avatar
  • 1,068
0 votes
1 answer
41 views

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 ...
Max Drake's user avatar
0 votes
1 answer
73 views

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 ...
mediapimp's user avatar
  • 741
1 vote
0 answers
40 views

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 ...
M Purdy's user avatar
  • 21
0 votes
1 answer
193 views

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 ...
Amanda L's user avatar
0 votes
1 answer
47 views

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:...
Jordan Norcross's user avatar
0 votes
1 answer
869 views

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 ...
Leanna Norwood's user avatar
0 votes
1 answer
77 views

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 ...
jrothafer's user avatar
  • 5,900
0 votes
2 answers
262 views

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="...
Arvenzis's user avatar
0 votes
1 answer
179 views

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 ...
frshjb373's user avatar
  • 273
1 vote
1 answer
359 views

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 ...
W3bGuy's user avatar
  • 1,610
0 votes
0 answers
182 views

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 ...
clorentzen's user avatar
1 vote
1 answer
707 views

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 ...
Alexa Lohmeyer's user avatar
1 vote
1 answer
178 views

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 ...
Vky Arain's user avatar
1 vote
1 answer
714 views

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. ...
DLaverick's user avatar
  • 121
1 vote
1 answer
123 views

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:...
user2752's user avatar
1 vote
1 answer
71 views

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 ...
Andrew's user avatar
  • 117
2 votes
0 answers
104 views

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 ...
user2335's user avatar
3 votes
2 answers
160 views

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 ...
JayB's user avatar
  • 59
0 votes
1 answer
122 views

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 ...
forrest's user avatar
  • 1,068
0 votes
1 answer
257 views

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.
MarkerMaker's user avatar
1 vote
2 answers
261 views

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 ...
prosborne's user avatar
  • 107
1 vote
1 answer
355 views

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" ...
MarkerMaker's user avatar
1 vote
1 answer
115 views

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" ...
ipixel's user avatar
  • 247
1 vote
1 answer
62 views

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 ...
Mike McBrien's user avatar