The low-search tag has no wiki summary.
1
vote
1answer
16 views
Low Search Category Query on Results Page
I can not seem to find anything regarding listing what categories were selected in the search query on the results page for Low Search.
Here's an example of my code on the search page:
...
0
votes
2answers
24 views
Using low search for custom field multiple select. A primer
I have been looking at using potentially Low Search to perform the following:
Example: A site that users can research high end stereo equipment.
Required: Create a structure listing/channel for ...
0
votes
2answers
44 views
Save var in loop
I am generating a url in a switchee statement, I want to be able to save that url for use in multiple places in a loop. This should be simple but nothing ever seems to be as easy as it should be in EE ...
0
votes
3answers
40 views
Low search for using grouped category dropdown
Just looking for a pointer in sorting out a search form.
I am implementing a property search form.
I have a search field and a couple of range filters, and a grouped category drop down.
See here...
...
0
votes
1answer
19 views
Low Search: Sort existing results set
I'm having a little bit of difficulty trying to sort a search result set returned by Low Search
The user has the option to enter keyword(s) as well as choose many search parameters, but result ...
1
vote
1answer
18 views
Low Search - Why does a range value evaluate to a blank string instead of a literal 0?
There seems to be a problem with having a zero(0) value in a select dropdown.
I am using select dropdown to do some minimum-maximum ranges on a field.
<select name="range-from:foo">
...
0
votes
1answer
15 views
Low Search Related Child in List
I am working on a client site and they have a search form which we are using Low Search for. Two current search fields for keywords and topics (a Playa field) work fine.
I am working on the third ...
1
vote
2answers
70 views
Starting with Low Search
I'm new to Low Search, and i'm trying to get Low Search to work. But when i use the expample codes and after a while of experimenting with some parameters i don't get it to work.
What i noticed is ...
1
vote
1answer
30 views
Search channel from non 'channel_data' database table in low search
We are building a plugin that uploads content via a cron and updates the database. However because of the volume of data involved we decided against using the channel data tables, where we have quite ...
2
votes
1answer
52 views
Is this complex category filtering possible in Low Search?
I have a collection/channel of products, where each product belongs to multiple categories. I have two category groups: product and collection. Example product categories include 'shirts' and 'hats'. ...
2
votes
2answers
70 views
Filtered search with category entry counts
I'm trying to create a product search page, where the categories are listed on the sidebar with checkboxes. I'd like to show how many products are in each category.
Checking one of the categories ...
1
vote
2answers
62 views
Low Search for a specific custom date
I'm trying to set up a search form that searches several things:
name
date
location
The site in question is a funeral home, and we want to set up a search where people can search by the name of ...
2
votes
2answers
78 views
Low Search to filter Solspace Tags
I'm using Low Search to search a business directory where individual businesses are tagged with the Solspace Tag module. The search form has a field for keywords and a drop-down list of tags.
Here's ...
0
votes
1answer
52 views
Low Search - Pagination
Does Low Search support the support the "P" suffix of native pagination of {exp:channel:entries}?
For example, if i have this url
test.com/search/jcg4uv8e9w4n09wn0v034mnv09j34ov3459j49g/P4
Does it ...
0
votes
1answer
56 views
How to integrate Low Search with Ajax?
I am at a loss on how to implement Ajax in Low Search.
There is currently no documentation on how to do Ajax with Low Search in the Low Search docs.
I already perused some answers in ...
1
vote
1answer
46 views
Search results based on segment / Structure top parent
Is it possible to make a search on only subpages from the top segment? Example:
1) The user is on www.example.com/products/product-title/ and do a search on this site
2) The search results displays ...
1
vote
1answer
46 views
Low Search - Multiple Select Problem
I have this form
{exp:low_search:form collection="foo" query="{segment_2}" secure="no" search_mode="any" loose_ends="yes" result_page="test/"}
<label for="foo_gender">Gender:</label> ...
1
vote
1answer
121 views
“You are not authorized to perform this action” with Low Search
I'm using Low Search on a site and during testing we are seeing the error “You are not authorized to perform this action” pretty frequently on the site after submitting the search form. Does anyone ...
0
votes
1answer
23 views
Low Search - Range Search
Lets say I have this form
{exp:low_search:form collection="members" secure="no" search_mode="any" loose_ends="yes" result_page="flatmates/"}
<fieldset>
<p>Age</p>
...
0
votes
1answer
20 views
Problems with {low_search_search:channel_field} tag
I have this form
{exp:low_search:form collection="test" secure="no" search_mode="any" loose_ends="yes" result_page="test/"}
<fieldset>
...
1
vote
1answer
190 views
How do I filter Low Search results based on custom fields?
just looking for a bit of help in expanding my sites search capabilities.
I have a very basic search box at the moment, handled by Low Search.
It searches one channel (a single collection) and ...
2
votes
2answers
66 views
Low Search: how to sort?
Is there a way to sort Low Search results? Say I wanted to sort by {title} in ascending order. Or sort by and {age} field in descending order. Etc.
2
votes
1answer
23 views
Low Search - Question about search mode behaviour
I have a low search form
{exp:low_search:form collection="test" secure="no" search_mode="any" result_page="results/page"}
<input type="text" name="keyword" />
<select ...
2
votes
1answer
55 views
Low Search - {exp:low_search:results} shows all entries as default
Is there a way for the {exp:low_search:results} tag to display everything as a default when there is no query segment?
3
votes
2answers
148 views
Low Search - How to use with Ajax?
I have seen this question about using Low Search with Ajax but I still don't see how to integrate them.
Given this form
{exp:low_search:form collection="foo" search_mode="any" ...
3
votes
1answer
43 views
Does Low Options support checkboxes?
In the devotee page, Low Options has this description
Low Options displays the list items or options for a given channel
field. Compatible with native Select DropDown and Checkboxes fields,
as ...
1
vote
1answer
33 views
Low Search - Dynamic Collections
Is there a way to create more dynamic collections?
I am talking about creating collections like
collections that contain channel entries that have X field
collections that contain channel entries ...
1
vote
1answer
52 views
Low Search - Filter by Group Id
Channels have author id. Authors are associated with groups (member).
Is it possible to filter collection entries based on group id in Low Search?
1
vote
1answer
30 views
How to do inclusive range in Low Search?
I have this field
{!-- Age Range --}
<fieldset>
<label>Age:</label>
<input type="text" name="range-from:age"/> to <input type="text" name="range-to:age"/>
...
1
vote
1answer
32 views
Low Search - Can you search multiple collections in one search?
Assuming that some collection fields are the same, can you search multiple collections in one search/search form?
2
votes
1answer
24 views
PHP Error when searching in Low Search
When I submit my form, I get these errors in the error page.
A PHP Error was encountered
Severity: Warning
Message: array_merge() [function.array-merge]: Argument #2 is not an array
Filename: ...
3
votes
1answer
58 views
Parametric Search in Low Search
I have this search form in test/low-search-test
{exp:low_search:form collection="foo" secure="no" search_mode="all" result_page="test/low-search-test-results"}
<fieldset>
...
3
votes
3answers
243 views
Returning Low Search Results using AJAX
I am trying to pull in some Low Search results using AJAX. How can I pass a query to the result page without knowing the encrypted version of the keywords beforehand?
Here are some things I have ...
4
votes
1answer
132 views
Have trouble implementing Low Search using Expresso Store
I'm trying to implement Low Search for the first time and I'm struggling with how you integrate it.
I don't fully understand what Collections are and How I should use them. I'm using the expresso ...
6
votes
1answer
525 views
Low Search Returning All Results
Being new to EE I have only used Low Search once before and it was a very basic keyword search. This time it is a search with parameters. Unfortunately, it is return all entries in the channel I'm ...
2
votes
1answer
53 views
Searching multiple channels with Low Search, how do I direct the permalink to the correct template?
Might be having a brain fart on this one, but I'm using Low Search to search two channels and I cannot figure out how to direct them to the right templates. The results display, but I need the link to ...

