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:...
1
vote
0
answers
55
views
ExpressionEngine simple search and special characters
How can I make sure that special characters like å, æ, ø, will be noticed while searching for content on a webpage. Im not getting any results when searching words which contain these characters. The ...
0
votes
1
answer
49
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 ...
1
vote
2
answers
80
views
Mutliselect search option in Expression Engine
I have a checkbox to filter which categories that the simple search form is actually searching in. Is there a way to do this properly within EE? Here is the code below.
{exp:search:simple_form
...
0
votes
1
answer
81
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 ...
0
votes
1
answer
54
views
EE Search Categories
EE 5.2.6
Is there any way to use the simple or advanced search forms native to EE to search categories as well as channels?
I see that there's a category parameter but I'm not really sure what is ...
1
vote
0
answers
45
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
209
views
Can I search using relationship field?
I'm coming from EE 1.6 and currently migrating to EE5. I have noticed issues when using the Simple Search Form and relationship fields.
My tag:
{exp:search:simple_form
channel="books|authors&...
0
votes
1
answer
203
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
54
views
Simple Search Form - Show ALL results
I hope this is a really easy question. I'd like my simple search form to return ALL results, what should I enter in to the results parameter please?
0
votes
1
answer
53
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
99
views
A search form for a specific url
i'm using Solspace Calendar to show events around an area on dates the user selects. I have made the results page with a combination of Calendar + Stash and it is working really fine.
I get the ...
0
votes
1
answer
875
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
95
views
Inconsistent results using EE Simple Search with Solspace Calendar
I am using EE's Simple Search here to search the Solspace default channel Calendar:Events.
Here is the code
<div class="calendar-search">
<h3>Search Events</h3>
{exp:search:...
0
votes
1
answer
85
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 ...