Questions tagged [low-search]
A popular commercial Add-on providing enhanced search functionality.
229 questions
0
votes
0
answers
24
views
Help w/ Low Search Filter Conditional
The following conditional for a Low Search filter checkbox doesn't show the option as check:
<input class="form-check-input" type="checkbox" id="truck-gvw-checkbox-1" ...
0
votes
1
answer
91
views
Low Search results when not encoding queries
I've been looking through this site for examples of Low Search results tags not using encoded queries but I can't find any and I think I must be doing something wrong.
By default on my page I have ...
1
vote
1
answer
110
views
How do I display Relationship results from Low Search?
I have two channels, Products and Businesses. The Products channel has a relationship field that ties back to the business selling it. The products are returning successfully on my results page with ...
0
votes
1
answer
47
views
Low Search singular/plural matching not working
ExpressionEngine v2.8.1
Low Search 3.1.5
I cannot get the singular/plural matching to work.
I've stripped the results template back to this:
{exp:low_search:results
keywords:lang="en"
...
0
votes
1
answer
56
views
Low search - match two grid fields (AND)?
I want to use low search to filter entries that matches two grid fields.
Example Grid:
first_name age
John 14
Leon 15
When I submit a form where I search for first_name=John and ...
0
votes
1
answer
176
views
Search Multiple Fields with one keyword input in a form with other field searches
I've seen variants of this question but nothing that matches. There is a form that has multiple dropdown category selectors and a few keyword inputs. This is the field which I would like to also ...
0
votes
0
answers
73
views
Low Search / Channel Entries Search running very slow in EE2 after move to MySQL 5.7
I've got an old website that's running EE 2.11.2 and Low Search 4.4.4.
I'm trying to move the site from a cPanel VPS that runs MySQL 5.6, to a new cPanel VPS (with more RAM so it should be faster) ...
2
votes
2
answers
237
views
ExpressionEngine 3 Date Range
I am trying to load entries based on a date range that is selected by the user. On the front end of the site I have two input fields, the start day and end day of the date range. In the control panel, ...
0
votes
1
answer
66
views
Database error on creating new Low Search Collection
I have an instance of Low Search 4.4.3 running on an MSM enabled instance of EE 2.11.8.
It runs many Collections happily across 3 sites.
But with a new site recently added, when I go to Save any ...
0
votes
1
answer
50
views
Try to set Low Search to match one Category and any from Group of Categories
I have two category groups. One is for Towns and the other is for Designations. Some Designations are state-related, some are national-related. So I've combined the categories that are state and the ...
0
votes
1
answer
308
views
Searching by both keywords and categories with Low Search
Had a bit of a search through the different questions on here already but it seems that nothing matches what I'm after. Using the example template from the documentation i can get low search working ...
1
vote
1
answer
198
views
Low search: sorting not working with distance filter
I have some entries to filter with geo location in stores channel. I want to filter all the stores near my zip code between some miles. I implemented it with geo coder and distance filter of low ...
0
votes
1
answer
76
views
Low Search - option thats not in field being searched for
My Low search form always searches for the first option in the field below (Grid column with value/label pairs) even if none of its options are selected. Can anyone help me with this?
http://...
0
votes
1
answer
44
views
Showing the amount of search results when using exp:low_search:popular
Can I show the amount of search results when using exp:low_search:popular?
And I would like to sort by the amount of search results if that is possible.
0
votes
1
answer
137
views
Order by two fields with Low Search
Is it possible to order search results by two fields? I have two price fields - price & sale_price and ideally need to order by both fields. Can this be done using the custom filters?
{exp:...
0
votes
1
answer
53
views
Low Search ignore field when distance:radius is present
I have a form where a user can select a city from a dropdown list. I've set this up as a custom field filter. When a city is selected there is some JavaScript populating a hidden distance:from field ...
1
vote
1
answer
120
views
Low Search not finding three letter words
All three letter words using Low Search are not showing in results yet are showing when I use the native EE search.
These are words such as "Air" or "Ten" which appear in the entry title.
These words ...
0
votes
2
answers
154
views
Low Search and match 3 fields and then return data
I'm looking for a bit of guidance here, just need pointing in the right direction for. A solid solution.
Would this be possible with ExpressionEngine? Either using something like Low Search or even ...
0
votes
1
answer
47
views
Low Search prefetch number of entries
I'm trying to pre-fetch the number of results available per year for a specific category of articles.
The loopee module allows me to loop from current year back to 1999.
I would like to show a ...
0
votes
1
answer
153
views
Low search - searching multiple children
We currently perform searches and filters and we need to ALWAYS match results to a parent entry (lets assume entry ID 19826 - variable obviously).
We are using the native relationship field in EE 2.8....
0
votes
1
answer
193
views
Output search parameters LOW Search
I know we can output 'keywords' as search parameters on the search result page. But we perform only search in custom fields (by means of checkboxes on search page) and I wonder how to output even ...
0
votes
1
answer
49
views
Conditionals in Low Seach examples giving php errors
I'm having two PHP Errors while testing a basic Low Search example. The code can be found here.
The errors shows only while logged in (afaik as super-admin). I'm using EE 2.8.1. Results are working ...
0
votes
1
answer
55
views
Low Search with LOW_options mix channel field with category
I do not know how to put it, there seem to be confusion.
<div class="row small-up-2 medium-up-4 large-up-6" >
{exp:low_options:material_content}
{options}
<div class="...
0
votes
0
answers
99
views
Low Search: not showing results from custom status
Search results are not showing from entries with a custom status. This is the code I'm using:
{exp:low_search:results query="{segment_2}" status="open|Home" disable="member_data|category_fields" ...
0
votes
1
answer
32
views
Placeholder value of input cleared on error
I have a Low Search form with two required fields, and am declaring these as required using the form tag's "required" parameter.
One field is an input connected to a jQuery date picker. The other is ...